Html Css Color HEX #B2FEE8 Water Leaf

📋 copy color: '#B2FEE8'

red 178 ◦ green 254 ◦ blue 232

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

Shades of Water Leaf #B2FEE8

Tints of Water Leaf #B2FEE8

RGB

 RED value IS 178 (69.92% from 255) = 26.81%

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

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

R = 26.81%
G = 38.25%
B = 34.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#B2FEE8 (or 0xB2FEE8) is known color: Water Leaf. HEX triplet: B2, FE and E8. RGB value is (178,254,232). Sum of RGB (Red+Green+Blue) = 178+254+232=664 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.81% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEE8 is #4D0117. Grayscale: #E4E4E4. Windows color (decimal): -5046552 or 15269554. OLE color: 15269554.

HSL color Cylindrical-coordinate representation of color #B2FEE8: hue angle of 162.63º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEE8 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 232 -
CMYK 0.30 0 0.09 0.00
HSL 162.63º 0.97% 0.85% -
HSV(B) 162.63º 0.3% 1% -
XYZ 68.37 86.17 89.37 -
YUV 228.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 178 254 232 0.30 0 0.09 0.00 162.63 0.97 0.85
Hex B2 FE E8 1E 0 9 0 A3 61 55
Octal 262 376 350 36 0 11 0 243 141 125
Binary 10110010 11111110 11101000 11110 0 1001 0 10100011 1100001 1010101

Color Harmonies of #B2FEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEE8

Black with #B2FEE8

Text Example


Text Example

White with #B2FEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEE8; }

 p { color: rgb(178,254,232); }

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

background-color css

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

 a { background-color: rgb(178,254,232); }

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

border-color css

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

 span { border-color: rgb(178,254,232); }

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