#B6EEDD

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

Shades of Water Leaf #B6EEDD

Tints of Water Leaf #B6EEDD

Color information

#B6EEDD (or 0xB6EEDD) is unknown color: approx Water Leaf. HEX triplet: B6, EE and DD. RGB value is (182,238,221). Sum of RGB (Red+Green+Blue) = 182+238+221=641 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.39% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EEDD is #491122. Grayscale: #DBDBDB. Windows color (decimal): -4788515 or 14544566. OLE color: 14544566.

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

Color convert

RGB182238221-
CMYK0.2400.070.07
HSL161.79º62.22%82.35%-
HSV(B)161.79º23.53%93.33%-
XYZ62.9276.3179.82-
YUV219.32128.95101.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.39%
GREEN value IS 238 (93.36% from 255) = 37.13%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=28.39%
G=37.13%
B=34.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822382210.2400.070.07161.7962.2282.35
HexB6EEDD18077a23e52
Octal2663563353007724276122
Binary101101101110111011011101110000111111101000101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EEDD; }

 p { color: rgb(182,238,221); }

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

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

 a { background-color: rgb(182,238,221); }

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

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

 span { border-color: rgb(182,238,221); }

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