Html Css Color HEX #B2EEDE Water Leaf

📋 copy color: '#B2EEDE'

red 178 ◦ green 238 ◦ blue 222

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

Shades of Water Leaf #B2EEDE

Tints of Water Leaf #B2EEDE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.3%

 BLUE value IS 222 (87.11% from 255) = 34.8%

R = 27.9%
G = 37.3%
B = 34.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#B2EEDE (or 0xB2EEDE) is known color: Water Leaf. HEX triplet: B2, EE and DE. RGB value is (178,238,222). Sum of RGB (Red+Green+Blue) = 178+238+222=638 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.90% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEDE is #4D1121. Grayscale: #DADADA. Windows color (decimal): -5050658 or 14610098. OLE color: 14610098.

HSL color Cylindrical-coordinate representation of color #B2EEDE: hue angle of 164º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EEDE is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 238 222 -
CMYK 0.25 0 0.07 0.07
HSL 164º 0.64% 0.82% -
HSV(B) 164º 0.25% 0.93% -
XYZ 62.12 75.89 80.48 -
YUV 218.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 178 238 222 0.25 0 0.07 0.07 164 0.64 0.82
Hex B2 EE DE 19 0 7 7 A4 40 52
Octal 262 356 336 31 0 7 7 244 100 122
Binary 10110010 11101110 11011110 11001 0 111 111 10100100 1000000 1010010

Color Harmonies of #B2EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EEDE

Black with #B2EEDE

Text Example


Text Example

White with #B2EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EEDE; }

 p { color: rgb(178,238,222); }

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

background-color css

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

 a { background-color: rgb(178,238,222); }

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

border-color css

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

 span { border-color: rgb(178,238,222); }

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