Html Css Color HEX #BBEDDD Water Leaf

📋 copy color: '#BBEDDD'

red 187 ◦ green 237 ◦ blue 221

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

Shades of Water Leaf #BBEDDD

Tints of Water Leaf #BBEDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.74%

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

R = 28.99%
G = 36.74%
B = 34.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#BBEDDD (or 0xBBEDDD) is known color: Water Leaf. HEX triplet: BB, ED and DD. RGB value is (187,237,221). Sum of RGB (Red+Green+Blue) = 187+237+221=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDDD is #441222. Grayscale: #DCDCDC. Windows color (decimal): -4461091 or 14544315. OLE color: 14544315.

HSL color Cylindrical-coordinate representation of color #BBEDDD: hue angle of 160.8º degrees, saturation: 0.58, 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 #BBEDDD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 221 -
CMYK 0.21 0 0.07 0.07
HSL 160.8º 0.58% 0.83% -
HSV(B) 160.8º 0.21% 0.93% -
XYZ 63.83 76.35 79.78 -
YUV 220.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 187 237 221 0.21 0 0.07 0.07 160.8 0.58 0.83
Hex BB ED DD 15 0 7 7 A1 3A 53
Octal 273 355 335 25 0 7 7 241 72 123
Binary 10111011 11101101 11011101 10101 0 111 111 10100001 111010 1010011

Color Harmonies of #BBEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDDD

Black with #BBEDDD

Text Example


Text Example

White with #BBEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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