Html Css Color HEX #BBE4DB Water Leaf

📋 copy color: '#BBE4DB'

red 187 ◦ green 228 ◦ blue 219

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

Shades of Water Leaf #BBE4DB

Tints of Water Leaf #BBE4DB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.96%

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

R = 29.5%
G = 35.96%
B = 34.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#BBE4DB (or 0xBBE4DB) is known color: Water Leaf. HEX triplet: BB, E4 and DB. RGB value is (187,228,219). Sum of RGB (Red+Green+Blue) = 187+228+219=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4DB is #441B24. Grayscale: #D6D6D6. Windows color (decimal): -4463397 or 14410939. OLE color: 14410939.

HSL color Cylindrical-coordinate representation of color #BBE4DB: hue angle of 166.83º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE4DB is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 228 219 -
CMYK 0.18 0 0.04 0.11
HSL 166.83º 0.43% 0.81% -
HSV(B) 166.83º 0.18% 0.89% -
XYZ 61.02 71.17 77.54 -
YUV 214.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 187 228 219 0.18 0 0.04 0.11 166.83 0.43 0.81
Hex BB E4 DB 12 0 4 B A7 2B 51
Octal 273 344 333 22 0 4 13 247 53 121
Binary 10111011 11100100 11011011 10010 0 100 1011 10100111 101011 1010001

Color Harmonies of #BBE4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE4DB

Black with #BBE4DB

Text Example


Text Example

White with #BBE4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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