Html Css Color HEX #B2FFE5 Water Leaf

📋 copy color: '#B2FFE5'

red 178 ◦ green 255 ◦ blue 229

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

Shades of Water Leaf #B2FFE5

Tints of Water Leaf #B2FFE5

RGB

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

 GREEN value IS 255 (100% from 255) = 38.52%

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

R = 26.89%
G = 38.52%
B = 34.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#B2FFE5 (or 0xB2FFE5) is known color: Water Leaf. HEX triplet: B2, FF and E5. RGB value is (178,255,229). Sum of RGB (Red+Green+Blue) = 178+255+229=662 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.89% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFE5 is #4D001A. Grayscale: #E5E5E5. Windows color (decimal): -5046299 or 15073202. OLE color: 15073202.

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

Color convert

RGB 178 255 229 -
CMYK 0.30 0 0.10 0
HSL 159.74º 1% 0.85% -
HSV(B) 159.74º 0.3% 1% -
XYZ 68.26 86.64 87.25 -
YUV 229.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 178 255 229 0.30 0 0.10 0 159.74 1 0.85
Hex B2 FF E5 1E 0 A 0 A0 64 55
Octal 262 377 345 36 0 12 0 240 144 125
Binary 10110010 11111111 11100101 11110 0 1010 0 10100000 1100100 1010101

Color Harmonies of #B2FFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFE5

Black with #B2FFE5

Text Example


Text Example

White with #B2FFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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