#BBFDE2

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

Shades of Water Leaf #BBFDE2

Tints of Water Leaf #BBFDE2

Color information

#BBFDE2 (or 0xBBFDE2) is unknown color: approx Water Leaf. HEX triplet: BB, FD and E2. RGB value is (187,253,226). Sum of RGB (Red+Green+Blue) = 187+253+226=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDE2 is #44021D. Grayscale: #E6E6E6. Windows color (decimal): -4456990 or 14876091. OLE color: 14876091.

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

Color convert

RGB187253226-
CMYK0.2600.110.01
HSL155.45º94.29%86.27%-
HSV(B)155.45º26.09%99.22%-
XYZ69.3586.3184.96-
YUV230.19125.6397.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.08%
GREEN value IS 253 (99.22% from 255) = 37.99%
BLUE value IS 226 (88.67% from 255) = 33.93%
R=28.08%
G=37.99%
B=33.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532260.2600.110.01155.4594.2986.27
HexBBFDE21A0B19b5e56
Octal273375342320131233136126
Binary101110111111110111100010110100101111001101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDE2; }

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

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

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

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

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

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

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

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