Html Css Color HEX #B6EBDE Water Leaf

📋 copy color: '#B6EBDE'

red 182 ◦ green 235 ◦ blue 222

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

Shades of Water Leaf #B6EBDE

Tints of Water Leaf #B6EBDE

RGB

 RED value IS 182 (71.48% from 255) = 28.48%

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

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

R = 28.48%
G = 36.78%
B = 34.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#B6EBDE (or 0xB6EBDE) is known color: Water Leaf. HEX triplet: B6, EB and DE. RGB value is (182,235,222). Sum of RGB (Red+Green+Blue) = 182+235+222=639 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.48% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBDE is #491421. Grayscale: #D9D9D9. Windows color (decimal): -4789282 or 14609334. OLE color: 14609334.

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

Color convert

RGB 182 235 222 -
CMYK 0.23 0 0.06 0.08
HSL 165.28º 0.57% 0.82% -
HSV(B) 165.28º 0.23% 0.92% -
XYZ 62.18 74.64 80.24 -
YUV 217.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 182 235 222 0.23 0 0.06 0.08 165.28 0.57 0.82
Hex B6 EB DE 17 0 6 8 A5 39 52
Octal 266 353 336 27 0 6 10 245 71 122
Binary 10110110 11101011 11011110 10111 0 110 1000 10100101 111001 1010010

Color Harmonies of #B6EBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EBDE

Black with #B6EBDE

Text Example


Text Example

White with #B6EBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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