#BDE7DC

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

Shades of Water Leaf #BDE7DC

Tints of Water Leaf #BDE7DC

Color information

#BDE7DC (or 0xBDE7DC) is unknown color: approx Water Leaf. HEX triplet: BD, E7 and DC. RGB value is (189,231,220). Sum of RGB (Red+Green+Blue) = 189+231+220=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7DC is #421823. Grayscale: #D9D9D9. Windows color (decimal): -4331556 or 14477245. OLE color: 14477245.

HSL color Cylindrical-coordinate representation of color #BDE7DC: hue angle of 164.29º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7DC is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB189231220-
CMYK0.1800.050.09
HSL164.29º46.67%82.35%-
HSV(B)164.29º18.18%90.59%-
XYZ62.4873.1478.53-
YUV217.19129.59107.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 231 (90.62% from 255) = 36.09%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=29.53%
G=36.09%
B=34.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892312200.1800.050.09164.2946.6782.35
HexBDE7DC12059a42f52
Octal27534733422051124457122
Binary1011110111100111110111001001001011001101001001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7DC; }

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

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

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

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

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

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

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

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