Html Css Color HEX #B2FEEA Water Leaf

📋 copy color: '#B2FEEA'

red 178 ◦ green 254 ◦ blue 234

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

Shades of Water Leaf #B2FEEA

Tints of Water Leaf #B2FEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.14%

R = 26.73%
G = 38.14%
B = 35.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#B2FEEA (or 0xB2FEEA) is known color: Water Leaf. HEX triplet: B2, FE and EA. RGB value is (178,254,234). Sum of RGB (Red+Green+Blue) = 178+254+234=666 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.73% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FEEA is #4D0115. Grayscale: #E5E5E5. Windows color (decimal): -5046550 or 15400626. OLE color: 15400626.

HSL color Cylindrical-coordinate representation of color #B2FEEA: hue angle of 164.21º 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 #B2FEEA is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 234 -
CMYK 0.30 0 0.08 0.00
HSL 164.21º 0.97% 0.85% -
HSV(B) 164.21º 0.3% 1% -
XYZ 68.65 86.29 90.88 -
YUV 229 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 178 254 234 0.30 0 0.08 0.00 164.21 0.97 0.85
Hex B2 FE EA 1E 0 8 0 A4 61 55
Octal 262 376 352 36 0 10 0 244 141 125
Binary 10110010 11111110 11101010 11110 0 1000 0 10100100 1100001 1010101

Color Harmonies of #B2FEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEEA

Black with #B2FEEA

Text Example


Text Example

White with #B2FEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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