Html Css Color HEX #B2FEE5 Water Leaf

📋 copy color: '#B2FEE5'

red 178 ◦ green 254 ◦ blue 229

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

Shades of Water Leaf #B2FEE5

Tints of Water Leaf #B2FEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.64%

R = 26.93%
G = 38.43%
B = 34.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#B2FEE5 (or 0xB2FEE5) is known color: Water Leaf. HEX triplet: B2, FE and E5. RGB value is (178,254,229). Sum of RGB (Red+Green+Blue) = 178+254+229=661 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.93% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEE5 is #4D011A. Grayscale: #E4E4E4. Windows color (decimal): -5046555 or 15072946. OLE color: 15072946.

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

Color convert

RGB 178 254 229 -
CMYK 0.30 0 0.10 0.00
HSL 160.26º 0.97% 0.85% -
HSV(B) 160.26º 0.3% 1% -
XYZ 67.94 86.01 87.15 -
YUV 228.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 178 254 229 0.30 0 0.10 0.00 160.26 0.97 0.85
Hex B2 FE E5 1E 0 A 0 A0 61 55
Octal 262 376 345 36 0 12 0 240 141 125
Binary 10110010 11111110 11100101 11110 0 1010 0 10100000 1100001 1010101

Color Harmonies of #B2FEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEE5

Black with #B2FEE5

Text Example


Text Example

White with #B2FEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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