#BBEADD

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

Shades of Water Leaf #BBEADD

Tints of Water Leaf #BBEADD

Color information

#BBEADD (or 0xBBEADD) is unknown color: approx Water Leaf. HEX triplet: BB, EA and DD. RGB value is (187,234,221). Sum of RGB (Red+Green+Blue) = 187+234+221=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEADD is #441522. Grayscale: #DADADA. Windows color (decimal): -4461859 or 14543547. OLE color: 14543547.

HSL color Cylindrical-coordinate representation of color #BBEADD: hue angle of 163.4º 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 #BBEADD is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB187234221-
CMYK0.2000.060.08
HSL163.4º52.81%82.55%-
HSV(B)163.4º20.09%91.76%-
XYZ62.9774.6379.49-
YUV218.47129.43105.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.13%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=29.13%
G=36.45%
B=34.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872342210.2000.060.08163.452.8182.55
HexBBEADD14068a33553
Octal27335233524061024365123
Binary1011101111101010110111011010001101000101000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEADD; }

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

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

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

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

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

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

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

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