Html Css Color HEX #B0FEE1 Water Leaf

📋 copy color: '#B0FEE1'

red 176 ◦ green 254 ◦ blue 225

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

Shades of Water Leaf #B0FEE1

Tints of Water Leaf #B0FEE1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.78%

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

R = 26.87%
G = 38.78%
B = 34.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#B0FEE1 (or 0xB0FEE1) is known color: Water Leaf. HEX triplet: B0, FE and E1. RGB value is (176,254,225). Sum of RGB (Red+Green+Blue) = 176+254+225=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEE1 is #4F011E. Grayscale: #E3E3E3. Windows color (decimal): -5177631 or 14810800. OLE color: 14810800.

HSL color Cylindrical-coordinate representation of color #B0FEE1: hue angle of 157.69º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEE1 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 254 225 -
CMYK 0.31 0 0.11 0.00
HSL 157.69º 0.98% 0.84% -
HSV(B) 157.69º 0.31% 1% -
XYZ 66.94 85.55 84.22 -
YUV 227.37 126.66 91.36 -
System Red Green Blue C M Y K H S L
Decimal 176 254 225 0.31 0 0.11 0.00 157.69 0.98 0.84
Hex B0 FE E1 1F 0 B 0 9E 62 54
Octal 260 376 341 37 0 13 0 236 142 124
Binary 10110000 11111110 11100001 11111 0 1011 0 10011110 1100010 1010100

Color Harmonies of #B0FEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FEE1

Black with #B0FEE1

Text Example


Text Example

White with #B0FEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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