#BBEADF

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

Shades of Water Leaf #BBEADF

Tints of Water Leaf #BBEADF

Color information

#BBEADF (or 0xBBEADF) is unknown color: approx Water Leaf. HEX triplet: BB, EA and DF. RGB value is (187,234,223). Sum of RGB (Red+Green+Blue) = 187+234+223=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEADF is #441520. Grayscale: #DADADA. Windows color (decimal): -4461857 or 14674619. OLE color: 14674619.

HSL color Cylindrical-coordinate representation of color #BBEADF: hue angle of 165.96º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEADF is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB187234223-
CMYK0.2000.050.08
HSL165.96º52.81%82.55%-
HSV(B)165.96º20.09%91.76%-
XYZ63.2474.7480.91-
YUV218.69130.43105.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 223 (87.5% from 255) = 34.63%
R=29.04%
G=36.34%
B=34.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872342230.2000.050.08165.9652.8182.55
HexBBEADF14058a63553
Octal27335233724051024665123
Binary1011101111101010110111111010001011000101001101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEADF; }

 p { color: rgb(187,234,223); }

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

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

 a { background-color: rgb(187,234,223); }

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

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

 span { border-color: rgb(187,234,223); }

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