Html Css Color HEX #B0F5E8 Water Leaf

📋 copy color: '#B0F5E8'

red 176 ◦ green 245 ◦ blue 232

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

Shades of Water Leaf #B0F5E8

Tints of Water Leaf #B0F5E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.53%

R = 26.95%
G = 37.52%
B = 35.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#B0F5E8 (or 0xB0F5E8) is known color: Water Leaf. HEX triplet: B0, F5 and E8. RGB value is (176,245,232). Sum of RGB (Red+Green+Blue) = 176+245+232=653 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.95% from 653); Green value is 245 (96.09% from 255 or 37.52% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F5E8 is #4F0A17. Grayscale: #DEDEDE. Windows color (decimal): -5179928 or 15267248. OLE color: 15267248.

HSL color Cylindrical-coordinate representation of color #B0F5E8: hue angle of 168.7º 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 #B0F5E8 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 245 232 -
CMYK 0.28 0 0.05 0.04
HSL 168.7º 0.78% 0.83% -
HSV(B) 168.7º 0.28% 0.96% -
XYZ 65.12 80.36 88.42 -
YUV 222.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 176 245 232 0.28 0 0.05 0.04 168.7 0.78 0.83
Hex B0 F5 E8 1C 0 5 4 A9 4E 53
Octal 260 365 350 34 0 5 4 251 116 123
Binary 10110000 11110101 11101000 11100 0 101 100 10101001 1001110 1010011

Color Harmonies of #B0F5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F5E8

Black with #B0F5E8

Text Example


Text Example

White with #B0F5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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