Html Css Color HEX #B2FFE7 Water Leaf

📋 copy color: '#B2FFE7'

red 178 ◦ green 255 ◦ blue 231

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

Shades of Water Leaf #B2FFE7

Tints of Water Leaf #B2FFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.79%

R = 26.81%
G = 38.4%
B = 34.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#B2FFE7 (or 0xB2FFE7) is known color: Water Leaf. HEX triplet: B2, FF and E7. RGB value is (178,255,231). Sum of RGB (Red+Green+Blue) = 178+255+231=664 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.81% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFE7 is #4D0018. Grayscale: #E5E5E5. Windows color (decimal): -5046297 or 15204274. OLE color: 15204274.

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

Color convert

RGB 178 255 231 -
CMYK 0.30 0 0.09 0
HSL 161.3º 1% 0.85% -
HSV(B) 161.3º 0.3% 1% -
XYZ 68.54 86.75 88.73 -
YUV 229.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 178 255 231 0.30 0 0.09 0 161.3 1 0.85
Hex B2 FF E7 1E 0 9 0 A1 64 55
Octal 262 377 347 36 0 11 0 241 144 125
Binary 10110010 11111111 11100111 11110 0 1001 0 10100001 1100100 1010101

Color Harmonies of #B2FFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFE7

Black with #B2FFE7

Text Example


Text Example

White with #B2FFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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