#BBFD91

Color #BBFD91 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #BBFD91

Tints of Reef #BBFD91

Color information

#BBFD91 (or 0xBBFD91) is unknown color: approx Reef. HEX triplet: BB, FD and 91. RGB value is (187,253,145). Sum of RGB (Red+Green+Blue) = 187+253+145=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFD91 is #44026E. Grayscale: #DDDDDD. Windows color (decimal): -4457071 or 9567675. OLE color: 9567675.

HSL color Cylindrical-coordinate representation of color #BBFD91: hue angle of 96.67º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBFD91 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB187253145-
CMYK0.2600.430.01
HSL96.67º96.43%78.04%-
HSV(B)96.67º42.69%99.22%-
XYZ60.7382.8639.58-
YUV220.9585.13103.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 253 (99.22% from 255) = 43.25%
BLUE value IS 145 (57.03% from 255) = 24.79%
R=31.97%
G=43.25%
B=24.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531450.2600.430.0196.6796.4378.04
HexBBFD911A02B161604e
Octal273375221320531141140116
Binary1011101111111101100100011101001010111110000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFD91; }

 p { color: rgb(187,253,145); }

 H1.HeaderClassName
 {
   color: #BBFD91;
 }
 .AnyTagClassName
 {
   color: #BBFD91;
 }
</style>
background-color css

<style>
 a { background-color: #BBFD91; }

 a { background-color: rgb(187,253,145); }

 div.DivClassName
 {
   background-color: #BBFD91;
 }
 .BgClassName
 {
   background-color: #BBFD91;
 }
</style>
border-color css

<style>
 span { border-color: #BBFD91; }

 span { border-color: rgb(187,253,145); }

 td.TdClassName
 {
   border-color: #BBFD91;
 }
 .TagClassName
 {
   border-color: #BBFD91;
 }
</style>