Html Css Color HEX #BBE9DD Water Leaf

📋 copy color: '#BBE9DD'

red 187 ◦ green 233 ◦ blue 221

#BBE9DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BBE9DD

Tints of Water Leaf #BBE9DD

RGB

 RED value IS 187 (73.44% from 255) = 29.17%

 GREEN value IS 233 (91.41% from 255) = 36.35%

 BLUE value IS 221 (86.72% from 255) = 34.48%

R = 29.17%
G = 36.35%
B = 34.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#BBE9DD (or 0xBBE9DD) is known color: Water Leaf. HEX triplet: BB, E9 and DD. RGB value is (187,233,221). Sum of RGB (Red+Green+Blue) = 187+233+221=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9DD is #441622. Grayscale: #D9D9D9. Windows color (decimal): -4462115 or 14543291. OLE color: 14543291.

HSL color Cylindrical-coordinate representation of color #BBE9DD: hue angle of 164.35º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9DD is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 221 -
CMYK 0.20 0 0.05 0.09
HSL 164.35º 0.51% 0.82% -
HSV(B) 164.35º 0.2% 0.91% -
XYZ 62.68 74.06 79.4 -
YUV 217.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 187 233 221 0.20 0 0.05 0.09 164.35 0.51 0.82
Hex BB E9 DD 14 0 5 9 A4 33 52
Octal 273 351 335 24 0 5 11 244 63 122
Binary 10111011 11101001 11011101 10100 0 101 1001 10100100 110011 1010010

Color Harmonies of #BBE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE9DD

Black with #BBE9DD

Text Example


Text Example

White with #BBE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE9DD; }

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

 H1.HeaderClassName
 {
   color: #BBE9DD;
 }
 .AnyTagClassName
 {
   color: #BBE9DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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