Html Css Color HEX #BBE5DE Water Leaf

📋 copy color: '#BBE5DE'

red 187 ◦ green 229 ◦ blue 222

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

Shades of Water Leaf #BBE5DE

Tints of Water Leaf #BBE5DE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.89%

 BLUE value IS 222 (87.11% from 255) = 34.8%

R = 29.31%
G = 35.89%
B = 34.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#BBE5DE (or 0xBBE5DE) is known color: Water Leaf. HEX triplet: BB, E5 and DE. RGB value is (187,229,222). Sum of RGB (Red+Green+Blue) = 187+229+222=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5DE is #441A21. Grayscale: #D7D7D7. Windows color (decimal): -4463138 or 14607803. OLE color: 14607803.

HSL color Cylindrical-coordinate representation of color #BBE5DE: hue angle of 170º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5DE is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 229 222 -
CMYK 0.18 0 0.03 0.10
HSL 170º 0.45% 0.82% -
HSV(B) 170º 0.18% 0.9% -
XYZ 61.7 71.88 79.73 -
YUV 215.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 187 229 222 0.18 0 0.03 0.10 170 0.45 0.82
Hex BB E5 DE 12 0 3 A AA 2D 52
Octal 273 345 336 22 0 3 12 252 55 122
Binary 10111011 11100101 11011110 10010 0 11 1010 10101010 101101 1010010

Color Harmonies of #BBE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE5DE

Black with #BBE5DE

Text Example


Text Example

White with #BBE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE5DE; }

 p { color: rgb(187,229,222); }

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

background-color css

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

 a { background-color: rgb(187,229,222); }

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

border-color css

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

 span { border-color: rgb(187,229,222); }

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