Html Css Color HEX #B2FFE1 Water Leaf

📋 copy color: '#B2FFE1'

red 178 ◦ green 255 ◦ blue 225

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

Shades of Water Leaf #B2FFE1

Tints of Water Leaf #B2FFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.19%

R = 27.05%
G = 38.75%
B = 34.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#B2FFE1 (or 0xB2FFE1) is known color: Water Leaf. HEX triplet: B2, FF and E1. RGB value is (178,255,225). Sum of RGB (Red+Green+Blue) = 178+255+225=658 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.05% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFE1 is #4D001E. Grayscale: #E4E4E4. Windows color (decimal): -5046303 or 14811058. OLE color: 14811058.

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

Color convert

RGB 178 255 225 -
CMYK 0.30 0 0.12 0
HSL 156.62º 1% 0.85% -
HSV(B) 156.62º 0.3% 1% -
XYZ 67.71 86.42 84.35 -
YUV 228.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 178 255 225 0.30 0 0.12 0 156.62 1 0.85
Hex B2 FF E1 1E 0 C 0 9D 64 55
Octal 262 377 341 36 0 14 0 235 144 125
Binary 10110010 11111111 11100001 11110 0 1100 0 10011101 1100100 1010101

Color Harmonies of #B2FFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFE1

Black with #B2FFE1

Text Example


Text Example

White with #B2FFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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