#B6E6DD

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

Shades of Water Leaf #B6E6DD

Tints of Water Leaf #B6E6DD

Color information

#B6E6DD (or 0xB6E6DD) is unknown color: approx Water Leaf. HEX triplet: B6, E6 and DD. RGB value is (182,230,221). Sum of RGB (Red+Green+Blue) = 182+230+221=633 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.75% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 230 - color contains mainly: green. Hex color #B6E6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E6DD is #491922. Grayscale: #D6D6D6. Windows color (decimal): -4790563 or 14542518. OLE color: 14542518.

HSL color Cylindrical-coordinate representation of color #B6E6DD: hue angle of 168.75º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6E6DD is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB182230221-
CMYK0.2100.040.10
HSL168.75º48.98%80.78%-
HSV(B)168.75º20.87%90.2%-
XYZ60.6471.7679.06-
YUV214.62131.6104.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.75%
GREEN value IS 230 (90.23% from 255) = 36.33%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=28.75%
G=36.33%
B=34.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1822302210.2100.040.10168.7548.9880.78
HexB6E6DD1504Aa93151
Octal26634633525041225161121
Binary1011011011100110110111011010101001010101010011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E6DD; }

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

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

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

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

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

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

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

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