#BDC293

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

Shades of Green Mist #BDC293

Tints of Green Mist #BDC293

Color information

#BDC293 (or 0xBDC293) is unknown color: approx Green Mist. HEX triplet: BD, C2 and 93. RGB value is (189,194,147). Sum of RGB (Red+Green+Blue) = 189+194+147=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC293 is #423D6C. Grayscale: #BBBBBB. Windows color (decimal): -4341101 or 9683645. OLE color: 9683645.

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

Color convert

RGB189194147-
CMYK0.0300.240.24
HSL66.38º27.81%66.86%-
HSV(B)66.38º24.23%76.08%-
XYZ45.5451.5135.15-
YUV187.15105.34129.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 194 (76.17% from 255) = 36.60%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=35.66%
G=36.60%
B=27.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941470.0300.240.2466.3827.8166.86
HexBDC293301818421c43
Octal27530222330303010234103
Binary10111101110000101001001111011000110001000010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC293; }

 p { color: rgb(189,194,147); }

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

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

 a { background-color: rgb(189,194,147); }

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

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

 span { border-color: rgb(189,194,147); }

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