#B6E4DD

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

Shades of Water Leaf #B6E4DD

Tints of Water Leaf #B6E4DD

Color information

#B6E4DD (or 0xB6E4DD) is unknown color: approx Water Leaf. HEX triplet: B6, E4 and DD. RGB value is (182,228,221). Sum of RGB (Red+Green+Blue) = 182+228+221=631 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.84% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #B6E4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E4DD is #491B22. Grayscale: #D5D5D5. Windows color (decimal): -4791075 or 14542006. OLE color: 14542006.

HSL color Cylindrical-coordinate representation of color #B6E4DD: hue angle of 170.87º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6E4DD is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB182228221-
CMYK0.2000.030.11
HSL170.87º46%80.39%-
HSV(B)170.87º20.18%89.41%-
XYZ60.0970.6578.88-
YUV213.45132.26105.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.84%
GREEN value IS 228 (89.45% from 255) = 36.13%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=28.84%
G=36.13%
B=35.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1822282210.2000.030.11170.874680.39
HexB6E4DD1403Bab2e50
Octal26634433524031325356120
Binary101101101110010011011101101000111011101010111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E4DD; }

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

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

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

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

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

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

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

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