Html Css Color HEX #B2ECDE Water Leaf

📋 copy color: '#B2ECDE'

red 178 ◦ green 236 ◦ blue 222

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

Shades of Water Leaf #B2ECDE

Tints of Water Leaf #B2ECDE

RGB

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

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

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

R = 27.99%
G = 37.11%
B = 34.91%

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

#B2ECDE (or 0xB2ECDE) is known color: Water Leaf. HEX triplet: B2, EC and DE. RGB value is (178,236,222). Sum of RGB (Red+Green+Blue) = 178+236+222=636 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.99% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECDE is #4D1321. Grayscale: #D9D9D9. Windows color (decimal): -5051170 or 14609586. OLE color: 14609586.

HSL color Cylindrical-coordinate representation of color #B2ECDE: hue angle of 165.52º 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 #B2ECDE is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 236 222 -
CMYK 0.25 0 0.06 0.07
HSL 165.52º 0.6% 0.81% -
HSV(B) 165.52º 0.25% 0.93% -
XYZ 61.54 74.73 80.29 -
YUV 217.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 178 236 222 0.25 0 0.06 0.07 165.52 0.6 0.81
Hex B2 EC DE 19 0 6 7 A6 3C 51
Octal 262 354 336 31 0 6 7 246 74 121
Binary 10110010 11101100 11011110 11001 0 110 111 10100110 111100 1010001

Color Harmonies of #B2ECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ECDE

Black with #B2ECDE

Text Example


Text Example

White with #B2ECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ECDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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