Html Css Color HEX #B0F4DE Water Leaf

📋 copy color: '#B0F4DE'

red 176 ◦ green 244 ◦ blue 222

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

Shades of Water Leaf #B0F4DE

Tints of Water Leaf #B0F4DE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.01%

 BLUE value IS 222 (87.11% from 255) = 34.58%

R = 27.41%
G = 38.01%
B = 34.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#B0F4DE (or 0xB0F4DE) is known color: Water Leaf. HEX triplet: B0, F4 and DE. RGB value is (176,244,222). Sum of RGB (Red+Green+Blue) = 176+244+222=642 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.41% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4DE is #4F0B21. Grayscale: #DDDDDD. Windows color (decimal): -5180194 or 14611632. OLE color: 14611632.

HSL color Cylindrical-coordinate representation of color #B0F4DE: hue angle of 160.59º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F4DE is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 244 222 -
CMYK 0.28 0 0.09 0.04
HSL 160.59º 0.76% 0.82% -
HSV(B) 160.59º 0.28% 0.96% -
XYZ 63.44 79.21 81.05 -
YUV 221.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 176 244 222 0.28 0 0.09 0.04 160.59 0.76 0.82
Hex B0 F4 DE 1C 0 9 4 A1 4C 52
Octal 260 364 336 34 0 11 4 241 114 122
Binary 10110000 11110100 11011110 11100 0 1001 100 10100001 1001100 1010010

Color Harmonies of #B0F4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F4DE

Black with #B0F4DE

Text Example


Text Example

White with #B0F4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F4DE; }

 p { color: rgb(176,244,222); }

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

background-color css

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

 a { background-color: rgb(176,244,222); }

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

border-color css

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

 span { border-color: rgb(176,244,222); }

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