#B6EBD9

Color #B6EBD9 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B6EBD9

Tints of Water Leaf #B6EBD9

Color information

#B6EBD9 (or 0xB6EBD9) is unknown color: approx Water Leaf. HEX triplet: B6, EB and D9. RGB value is (182,235,217). Sum of RGB (Red+Green+Blue) = 182+235+217=634 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.71% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #B6EBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EBD9 is #491426. Grayscale: #D9D9D9. Windows color (decimal): -4789287 or 14281654. OLE color: 14281654.

HSL color Cylindrical-coordinate representation of color #B6EBD9: hue angle of 159.62º 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 #B6EBD9 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB182235217-
CMYK0.2300.080.08
HSL159.62º56.99%81.76%-
HSV(B)159.62º22.55%92.16%-
XYZ61.5274.3776.76-
YUV217.1127.94102.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.71%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 217 (85.16% from 255) = 34.23%
R=28.71%
G=37.07%
B=34.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822352170.2300.080.08159.6256.9981.76
HexB6EBD917088a03952
Octal266353331270101024071122
Binary10110110111010111101100110111010001000101000001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EBD9; }

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

 H1.HeaderClassName
 {
   color: #B6EBD9;
 }
 .AnyTagClassName
 {
   color: #B6EBD9;
 }
</style>
background-color css

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

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

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

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

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

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