#BDC890

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

Shades of Green Mist #BDC890

Tints of Green Mist #BDC890

Color information

#BDC890 (or 0xBDC890) is unknown color: approx Green Mist. HEX triplet: BD, C8 and 90. RGB value is (189,200,144). Sum of RGB (Red+Green+Blue) = 189+200+144=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC890 is #42376F. Grayscale: #BEBEBE. Windows color (decimal): -4339568 or 9488573. OLE color: 9488573.

HSL color Cylindrical-coordinate representation of color #BDC890: hue angle of 71.79º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDC890 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB189200144-
CMYK0.0600.280.22
HSL71.79º33.73%67.45%-
HSV(B)71.79º28%78.43%-
XYZ46.6754.1434.38-
YUV190.33101.86127.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 200 (78.52% from 255) = 37.52%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=35.46%
G=37.52%
B=27.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001440.0600.280.2271.7933.7367.45
HexBDC890601C16482243
Octal27531022060342611042103
Binary1011110111001000100100001100111001011010010001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC890; }

 p { color: rgb(189,200,144); }

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

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

 a { background-color: rgb(189,200,144); }

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

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

 span { border-color: rgb(189,200,144); }

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