Html Css Color HEX #B2ECDD Water Leaf

📋 copy color: '#B2ECDD'

red 178 ◦ green 236 ◦ blue 221

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

Shades of Water Leaf #B2ECDD

Tints of Water Leaf #B2ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.17%

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 28.03%
G = 37.17%
B = 34.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#B2ECDD (or 0xB2ECDD) is known color: Water Leaf. HEX triplet: B2, EC and DD. RGB value is (178,236,221). Sum of RGB (Red+Green+Blue) = 178+236+221=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECDD is #4D1322. Grayscale: #D8D8D8. Windows color (decimal): -5051171 or 14544050. OLE color: 14544050.

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

Color convert

RGB 178 236 221 -
CMYK 0.25 0 0.06 0.07
HSL 164.48º 0.6% 0.81% -
HSV(B) 164.48º 0.25% 0.93% -
XYZ 61.41 74.68 79.58 -
YUV 216.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 178 236 221 0.25 0 0.06 0.07 164.48 0.6 0.81
Hex B2 EC DD 19 0 6 7 A4 3C 51
Octal 262 354 335 31 0 6 7 244 74 121
Binary 10110010 11101100 11011101 11001 0 110 111 10100100 111100 1010001

Color Harmonies of #B2ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ECDD

Black with #B2ECDD

Text Example


Text Example

White with #B2ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ECDD; }

 p { color: rgb(178,236,221); }

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

background-color css

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

 a { background-color: rgb(178,236,221); }

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

border-color css

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

 span { border-color: rgb(178,236,221); }

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