Html Css Color HEX #B2FEE0 Water Leaf

📋 copy color: '#B2FEE0'

red 178 ◦ green 254 ◦ blue 224

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

Shades of Water Leaf #B2FEE0

Tints of Water Leaf #B2FEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.15%

R = 27.13%
G = 38.72%
B = 34.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#B2FEE0 (or 0xB2FEE0) is known color: Water Leaf. HEX triplet: B2, FE and E0. RGB value is (178,254,224). Sum of RGB (Red+Green+Blue) = 178+254+224=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEE0 is #4D011F. Grayscale: #E3E3E3. Windows color (decimal): -5046560 or 14745266. OLE color: 14745266.

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

Color convert

RGB 178 254 224 -
CMYK 0.30 0 0.12 0.00
HSL 156.32º 0.97% 0.85% -
HSV(B) 156.32º 0.3% 1% -
XYZ 67.26 85.73 83.52 -
YUV 227.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 178 254 224 0.30 0 0.12 0.00 156.32 0.97 0.85
Hex B2 FE E0 1E 0 C 0 9C 61 55
Octal 262 376 340 36 0 14 0 234 141 125
Binary 10110010 11111110 11100000 11110 0 1100 0 10011100 1100001 1010101

Color Harmonies of #B2FEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEE0

Black with #B2FEE0

Text Example


Text Example

White with #B2FEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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