Html Css Color HEX #B0E9DB Water Leaf

📋 copy color: '#B0E9DB'

red 176 ◦ green 233 ◦ blue 219

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

Shades of Water Leaf #B0E9DB

Tints of Water Leaf #B0E9DB

RGB

 RED value IS 176 (69.14% from 255) = 28.03%

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

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

R = 28.03%
G = 37.1%
B = 34.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#B0E9DB (or 0xB0E9DB) is known color: Water Leaf. HEX triplet: B0, E9 and DB. RGB value is (176,233,219). Sum of RGB (Red+Green+Blue) = 176+233+219=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E9DB is #4F1624. Grayscale: #D6D6D6. Windows color (decimal): -5183013 or 14412208. OLE color: 14412208.

HSL color Cylindrical-coordinate representation of color #B0E9DB: hue angle of 165.26º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E9DB is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 233 219 -
CMYK 0.24 0 0.06 0.09
HSL 165.26º 0.56% 0.8% -
HSV(B) 165.26º 0.24% 0.91% -
XYZ 59.83 72.62 77.88 -
YUV 214.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 176 233 219 0.24 0 0.06 0.09 165.26 0.56 0.8
Hex B0 E9 DB 18 0 6 9 A5 38 50
Octal 260 351 333 30 0 6 11 245 70 120
Binary 10110000 11101001 11011011 11000 0 110 1001 10100101 111000 1010000

Color Harmonies of #B0E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E9DB

Black with #B0E9DB

Text Example


Text Example

White with #B0E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E9DB; }

 p { color: rgb(176,233,219); }

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

background-color css

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

 a { background-color: rgb(176,233,219); }

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

border-color css

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

 span { border-color: rgb(176,233,219); }

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