#BDCA8E

Color #BDCA8E Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BDCA8E

Tints of Green Mist #BDCA8E

Color information

#BDCA8E (or 0xBDCA8E) is unknown color: approx Green Mist. HEX triplet: BD, CA and 8E. RGB value is (189,202,142). Sum of RGB (Red+Green+Blue) = 189+202+142=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA8E is #423571. Grayscale: #BFBFBF. Windows color (decimal): -4339058 or 9358013. OLE color: 9358013.

HSL color Cylindrical-coordinate representation of color #BDCA8E: hue angle of 73º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDCA8E is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB189202142-
CMYK0.0600.300.21
HSL73º36.14%67.45%-
HSV(B)73º29.7%79.22%-
XYZ46.9955.0133.73-
YUV191.27100.19126.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 142 (55.86% from 255) = 26.64%
R=35.46%
G=37.90%
B=26.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021420.0600.300.217336.1467.45
HexBDCA8E601E15492443
Octal27531221660362511144103
Binary1011110111001010100011101100111101010110010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA8E; }

 p { color: rgb(189,202,142); }

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

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

 a { background-color: rgb(189,202,142); }

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

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

 span { border-color: rgb(189,202,142); }

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