Html Css Color HEX #B0F5DE Water Leaf

📋 copy color: '#B0F5DE'

red 176 ◦ green 245 ◦ blue 222

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

Shades of Water Leaf #B0F5DE

Tints of Water Leaf #B0F5DE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.1%

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

R = 27.37%
G = 38.1%
B = 34.53%

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

#B0F5DE (or 0xB0F5DE) is known color: Water Leaf. HEX triplet: B0, F5 and DE. RGB value is (176,245,222). Sum of RGB (Red+Green+Blue) = 176+245+222=643 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.37% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F5DE is #4F0A21. Grayscale: #DDDDDD. Windows color (decimal): -5179938 or 14611888. OLE color: 14611888.

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

Color convert

RGB 176 245 222 -
CMYK 0.28 0 0.09 0.04
HSL 160º 0.78% 0.83% -
HSV(B) 160º 0.28% 0.96% -
XYZ 63.74 79.81 81.15 -
YUV 221.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 176 245 222 0.28 0 0.09 0.04 160 0.78 0.83
Hex B0 F5 DE 1C 0 9 4 A0 4E 53
Octal 260 365 336 34 0 11 4 240 116 123
Binary 10110000 11110101 11011110 11100 0 1001 100 10100000 1001110 1010011

Color Harmonies of #B0F5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F5DE

Black with #B0F5DE

Text Example


Text Example

White with #B0F5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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