Html Css Color HEX #B0EED8 Water Leaf

📋 copy color: '#B0EED8'

red 176 ◦ green 238 ◦ blue 216

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

Shades of Water Leaf #B0EED8

Tints of Water Leaf #B0EED8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.78%

 BLUE value IS 216 (84.77% from 255) = 34.29%

R = 27.94%
G = 37.78%
B = 34.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#B0EED8 (or 0xB0EED8) is known color: Water Leaf. HEX triplet: B0, EE and D8. RGB value is (176,238,216). Sum of RGB (Red+Green+Blue) = 176+238+216=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EED8 is #4F1127. Grayscale: #D8D8D8. Windows color (decimal): -5181736 or 14216880. OLE color: 14216880.

HSL color Cylindrical-coordinate representation of color #B0EED8: hue angle of 158.71º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EED8 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 238 216 -
CMYK 0.26 0 0.09 0.07
HSL 158.71º 0.65% 0.81% -
HSV(B) 158.71º 0.26% 0.93% -
XYZ 60.87 75.34 76.3 -
YUV 216.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 176 238 216 0.26 0 0.09 0.07 158.71 0.65 0.81
Hex B0 EE D8 1A 0 9 7 9F 41 51
Octal 260 356 330 32 0 11 7 237 101 121
Binary 10110000 11101110 11011000 11010 0 1001 111 10011111 1000001 1010001

Color Harmonies of #B0EED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EED8

Black with #B0EED8

Text Example


Text Example

White with #B0EED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EED8; }

 p { color: rgb(176,238,216); }

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

background-color css

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

 a { background-color: rgb(176,238,216); }

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

border-color css

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

 span { border-color: rgb(176,238,216); }

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