Html Css Color HEX #B2EBDE Water Leaf

📋 copy color: '#B2EBDE'

red 178 ◦ green 235 ◦ blue 222

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

Shades of Water Leaf #B2EBDE

Tints of Water Leaf #B2EBDE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.01%

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

R = 28.03%
G = 37.01%
B = 34.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#B2EBDE (or 0xB2EBDE) is known color: Water Leaf. HEX triplet: B2, EB and DE. RGB value is (178,235,222). Sum of RGB (Red+Green+Blue) = 178+235+222=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBDE is #4D1421. Grayscale: #D8D8D8. Windows color (decimal): -5051426 or 14609330. OLE color: 14609330.

HSL color Cylindrical-coordinate representation of color #B2EBDE: hue angle of 166.32º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBDE is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 235 222 -
CMYK 0.24 0 0.06 0.08
HSL 166.32º 0.59% 0.81% -
HSV(B) 166.32º 0.24% 0.92% -
XYZ 61.25 74.16 80.19 -
YUV 216.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 178 235 222 0.24 0 0.06 0.08 166.32 0.59 0.81
Hex B2 EB DE 18 0 6 8 A6 3B 51
Octal 262 353 336 30 0 6 10 246 73 121
Binary 10110010 11101011 11011110 11000 0 110 1000 10100110 111011 1010001

Color Harmonies of #B2EBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBDE

Black with #B2EBDE

Text Example


Text Example

White with #B2EBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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