Html Css Color HEX #BBEDDB Water Leaf

📋 copy color: '#BBEDDB'

red 187 ◦ green 237 ◦ blue 219

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

Shades of Water Leaf #BBEDDB

Tints of Water Leaf #BBEDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.06%

R = 29.08%
G = 36.86%
B = 34.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#BBEDDB (or 0xBBEDDB) is known color: Water Leaf. HEX triplet: BB, ED and DB. RGB value is (187,237,219). Sum of RGB (Red+Green+Blue) = 187+237+219=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDDB is #441224. Grayscale: #DCDCDC. Windows color (decimal): -4461093 or 14413243. OLE color: 14413243.

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

Color convert

RGB 187 237 219 -
CMYK 0.21 0 0.08 0.07
HSL 158.4º 0.58% 0.83% -
HSV(B) 158.4º 0.21% 0.93% -
XYZ 63.56 76.25 78.38 -
YUV 220 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 187 237 219 0.21 0 0.08 0.07 158.4 0.58 0.83
Hex BB ED DB 15 0 8 7 9E 3A 53
Octal 273 355 333 25 0 10 7 236 72 123
Binary 10111011 11101101 11011011 10101 0 1000 111 10011110 111010 1010011

Color Harmonies of #BBEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDDB

Black with #BBEDDB

Text Example


Text Example

White with #BBEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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