#BDE6DD

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

Shades of Water Leaf #BDE6DD

Tints of Water Leaf #BDE6DD

Color information

#BDE6DD (or 0xBDE6DD) is unknown color: approx Water Leaf. HEX triplet: BD, E6 and DD. RGB value is (189,230,221). Sum of RGB (Red+Green+Blue) = 189+230+221=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6DD is #421922. Grayscale: #D8D8D8. Windows color (decimal): -4331811 or 14542525. OLE color: 14542525.

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

Color convert

RGB189230221-
CMYK0.1800.040.10
HSL166.83º45.05%82.16%-
HSV(B)166.83º17.83%90.2%-
XYZ62.3372.6379.14-
YUV216.71130.42108.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 230 (90.23% from 255) = 35.94%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=29.53%
G=35.94%
B=34.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892302210.1800.040.10166.8345.0582.16
HexBDE6DD1204Aa72d52
Octal27534633522041224755122
Binary1011110111100110110111011001001001010101001111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE6DD; }

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

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

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

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

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

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

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

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