Html Css Color HEX #B0EBE1 Water Leaf

📋 copy color: '#B0EBE1'

red 176 ◦ green 235 ◦ blue 225

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

Shades of Water Leaf #B0EBE1

Tints of Water Leaf #B0EBE1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.95%

 BLUE value IS 225 (88.28% from 255) = 35.38%

R = 27.67%
G = 36.95%
B = 35.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#B0EBE1 (or 0xB0EBE1) is known color: Water Leaf. HEX triplet: B0, EB and E1. RGB value is (176,235,225). Sum of RGB (Red+Green+Blue) = 176+235+225=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBE1 is #4F141E. Grayscale: #D8D8D8. Windows color (decimal): -5182495 or 14805936. OLE color: 14805936.

HSL color Cylindrical-coordinate representation of color #B0EBE1: hue angle of 169.83º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBE1 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 235 225 -
CMYK 0.25 0 0.04 0.08
HSL 169.83º 0.6% 0.81% -
HSV(B) 169.83º 0.25% 0.92% -
XYZ 61.2 74.08 82.31 -
YUV 216.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 176 235 225 0.25 0 0.04 0.08 169.83 0.6 0.81
Hex B0 EB E1 19 0 4 8 AA 3C 51
Octal 260 353 341 31 0 4 10 252 74 121
Binary 10110000 11101011 11100001 11001 0 100 1000 10101010 111100 1010001

Color Harmonies of #B0EBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBE1

Black with #B0EBE1

Text Example


Text Example

White with #B0EBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBE1; }

 p { color: rgb(176,235,225); }

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

background-color css

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

 a { background-color: rgb(176,235,225); }

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

border-color css

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

 span { border-color: rgb(176,235,225); }

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