Html Css Color HEX #B2E9D9 Water Leaf

📋 copy color: '#B2E9D9'

red 178 ◦ green 233 ◦ blue 217

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

Shades of Water Leaf #B2E9D9

Tints of Water Leaf #B2E9D9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.1%

 BLUE value IS 217 (85.16% from 255) = 34.55%

R = 28.34%
G = 37.1%
B = 34.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#B2E9D9 (or 0xB2E9D9) is known color: Water Leaf. HEX triplet: B2, E9 and D9. RGB value is (178,233,217). Sum of RGB (Red+Green+Blue) = 178+233+217=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9D9 is #4D1626. Grayscale: #D6D6D6. Windows color (decimal): -5051943 or 14281138. OLE color: 14281138.

HSL color Cylindrical-coordinate representation of color #B2E9D9: hue angle of 162.55º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E9D9 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 233 217 -
CMYK 0.24 0 0.07 0.09
HSL 162.55º 0.56% 0.81% -
HSV(B) 162.55º 0.24% 0.91% -
XYZ 60.02 72.75 76.52 -
YUV 214.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 178 233 217 0.24 0 0.07 0.09 162.55 0.56 0.81
Hex B2 E9 D9 18 0 7 9 A3 38 51
Octal 262 351 331 30 0 7 11 243 70 121
Binary 10110010 11101001 11011001 11000 0 111 1001 10100011 111000 1010001

Color Harmonies of #B2E9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E9D9

Black with #B2E9D9

Text Example


Text Example

White with #B2E9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E9D9; }

 p { color: rgb(178,233,217); }

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

background-color css

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

 a { background-color: rgb(178,233,217); }

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

border-color css

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

 span { border-color: rgb(178,233,217); }

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