#B6EDD8

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

Shades of Water Leaf #B6EDD8

Tints of Water Leaf #B6EDD8

Color information

#B6EDD8 (or 0xB6EDD8) is unknown color: approx Water Leaf. HEX triplet: B6, ED and D8. RGB value is (182,237,216). Sum of RGB (Red+Green+Blue) = 182+237+216=635 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.66% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDD8 is #491227. Grayscale: #DADADA. Windows color (decimal): -4788776 or 14216630. OLE color: 14216630.

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

Color convert

RGB182237216-
CMYK0.2300.090.07
HSL157.09º60.44%82.16%-
HSV(B)157.09º23.21%92.94%-
XYZ61.9775.4776.27-
YUV218.16126.78102.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.66%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 216 (84.77% from 255) = 34.02%
R=28.66%
G=37.32%
B=34.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822372160.2300.090.07157.0960.4482.16
HexB6EDD8170979d3c52
Octal26635533027011723574122
Binary1011011011101101110110001011101001111100111011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EDD8; }

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

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

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

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

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

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

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

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