#BBFAED

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

Shades of Water Leaf #BBFAED

Tints of Water Leaf #BBFAED

Color information

#BBFAED (or 0xBBFAED) is unknown color: approx Water Leaf. HEX triplet: BB, FA and ED. RGB value is (187,250,237). Sum of RGB (Red+Green+Blue) = 187+250+237=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAED is #440512. Grayscale: #E5E5E5. Windows color (decimal): -4457747 or 15596219. OLE color: 15596219.

HSL color Cylindrical-coordinate representation of color #BBFAED: hue angle of 167.62º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFAED is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB187250237-
CMYK0.2500.050.02
HSL167.62º86.3%85.69%-
HSV(B)167.62º25.2%98.04%-
XYZ69.9785.0592.85-
YUV229.68132.1397.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.74%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=27.74%
G=37.09%
B=35.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502370.2500.050.02167.6286.385.69
HexBBFAED19052a85656
Octal27337235531052250126126
Binary101110111111101011101101110010101101010100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAED; }

 p { color: rgb(187,250,237); }

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

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

 a { background-color: rgb(187,250,237); }

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

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

 span { border-color: rgb(187,250,237); }

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