#BDC190

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

Shades of Green Mist #BDC190

Tints of Green Mist #BDC190

Color information

#BDC190 (or 0xBDC190) is unknown color: approx Green Mist. HEX triplet: BD, C1 and 90. RGB value is (189,193,144). Sum of RGB (Red+Green+Blue) = 189+193+144=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC190 is #423E6F. Grayscale: #BABABA. Windows color (decimal): -4341360 or 9486781. OLE color: 9486781.

HSL color Cylindrical-coordinate representation of color #BDC190: hue angle of 64.9º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC190 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB189193144-
CMYK0.0200.250.24
HSL64.9º28.32%66.08%-
HSV(B)64.9º25.39%75.69%-
XYZ45.0950.9733.85-
YUV186.22104.17129.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 193 (75.78% from 255) = 36.69%
BLUE value IS 144 (56.64% from 255) = 27.38%
R=35.93%
G=36.69%
B=27.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931440.0200.250.2464.928.3266.08
HexBDC190201918411c42
Octal27530122020313010134102
Binary10111101110000011001000010011001110001000001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC190; }

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

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

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

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

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

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

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

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