Html Css Color HEX #B6EDD9 Water Leaf

📋 copy color: '#B6EDD9'

red 182 ◦ green 237 ◦ blue 217

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

Shades of Water Leaf #B6EDD9

Tints of Water Leaf #B6EDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.26%

 BLUE value IS 217 (85.16% from 255) = 34.12%

R = 28.62%
G = 37.26%
B = 34.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B6EDD9 (or 0xB6EDD9) is known color: Water Leaf. HEX triplet: B6, ED and D9. RGB value is (182,237,217). Sum of RGB (Red+Green+Blue) = 182+237+217=636 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.62% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDD9 is #491226. Grayscale: #DADADA. Windows color (decimal): -4788775 or 14282166. OLE color: 14282166.

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

Color convert

RGB 182 237 217 -
CMYK 0.23 0 0.08 0.07
HSL 158.18º 0.6% 0.82% -
HSV(B) 158.18º 0.23% 0.93% -
XYZ 62.1 75.52 76.95 -
YUV 218.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 182 237 217 0.23 0 0.08 0.07 158.18 0.6 0.82
Hex B6 ED D9 17 0 8 7 9E 3C 52
Octal 266 355 331 27 0 10 7 236 74 122
Binary 10110110 11101101 11011001 10111 0 1000 111 10011110 111100 1010010

Color Harmonies of #B6EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EDD9

Black with #B6EDD9

Text Example


Text Example

White with #B6EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EDD9; }

 p { color: rgb(182,237,217); }

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

background-color css

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

 a { background-color: rgb(182,237,217); }

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

border-color css

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

 span { border-color: rgb(182,237,217); }

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