Html Css Color HEX #B0F1DB Water Leaf

📋 copy color: '#B0F1DB'

red 176 ◦ green 241 ◦ blue 219

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

Shades of Water Leaf #B0F1DB

Tints of Water Leaf #B0F1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.89%

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

R = 27.67%
G = 37.89%
B = 34.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#B0F1DB (or 0xB0F1DB) is known color: Water Leaf. HEX triplet: B0, F1 and DB. RGB value is (176,241,219). Sum of RGB (Red+Green+Blue) = 176+241+219=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F1DB is #4F0E24. Grayscale: #DBDBDB. Windows color (decimal): -5180965 or 14414256. OLE color: 14414256.

HSL color Cylindrical-coordinate representation of color #B0F1DB: hue angle of 159.69º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F1DB is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 241 219 -
CMYK 0.27 0 0.09 0.05
HSL 159.69º 0.7% 0.82% -
HSV(B) 159.69º 0.27% 0.95% -
XYZ 62.15 77.26 78.65 -
YUV 219.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 176 241 219 0.27 0 0.09 0.05 159.69 0.7 0.82
Hex B0 F1 DB 1B 0 9 5 A0 46 52
Octal 260 361 333 33 0 11 5 240 106 122
Binary 10110000 11110001 11011011 11011 0 1001 101 10100000 1000110 1010010

Color Harmonies of #B0F1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F1DB

Black with #B0F1DB

Text Example


Text Example

White with #B0F1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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