#BDE2DC

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

Shades of Water Leaf #BDE2DC

Tints of Water Leaf #BDE2DC

Color information

#BDE2DC (or 0xBDE2DC) is unknown color: approx Water Leaf. HEX triplet: BD, E2 and DC. RGB value is (189,226,220). Sum of RGB (Red+Green+Blue) = 189+226+220=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2DC is #421D23. Grayscale: #D6D6D6. Windows color (decimal): -4332836 or 14475965. OLE color: 14475965.

HSL color Cylindrical-coordinate representation of color #BDE2DC: hue angle of 170.27º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2DC is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB189226220-
CMYK0.1600.030.11
HSL170.27º38.95%81.37%-
HSV(B)170.27º16.37%88.63%-
XYZ61.170.3878.07-
YUV214.25131.24109.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 226 (88.67% from 255) = 35.59%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=29.76%
G=35.59%
B=34.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892262200.1600.030.11170.2738.9581.37
HexBDE2DC1003Baa2751
Octal27534233420031325247121
Binary101111011110001011011100100000111011101010101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE2DC; }

 p { color: rgb(189,226,220); }

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

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

 a { background-color: rgb(189,226,220); }

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

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

 span { border-color: rgb(189,226,220); }

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