#bbeedd

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

Shades of Water Leaf #BBEEDD

Tints of Water Leaf #BBEEDD

Color information

#BBEEDD (or 0xBBEEDD) is unknown color: approx Water Leaf. HEX triplet: BB, EE and DD. RGB value is (187,238,221). Sum of RGB (Red+Green+Blue) = 187+238+221=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEDD is #441122. Grayscale: #DCDCDC. Windows color (decimal): -4460835 or 14544571. OLE color: 14544571.

HSL color Cylindrical-coordinate representation of color #BBEEDD: hue angle of 160º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEDD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB187238221-
CMYK0.2100.070.07
HSL160º60%83.33%-
HSV(B)160º21.43%93.33%-
XYZ64.1276.9379.88-
YUV220.81128.1103.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 238 (93.36% from 255) = 36.84%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=28.95%
G=36.84%
B=34.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872382210.2100.070.071606083.33
HexBBEEDD15077a03c53
Octal2733563352507724074123
Binary101110111110111011011101101010111111101000001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbeedd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbeedd; }

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

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

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

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

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

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

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

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