Html Css Color HEX #BDC195 Green Mist

📋 copy color: '#BDC195'

red 189 ◦ green 193 ◦ blue 149

#BDC195
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #BDC195

Tints of Green Mist #BDC195

RGB

 RED value IS 189 (74.22% from 255) = 35.59%

 GREEN value IS 193 (75.78% from 255) = 36.35%

 BLUE value IS 149 (58.59% from 255) = 28.06%

R = 35.59%
G = 36.35%
B = 28.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#BDC195 (or 0xBDC195) is known color: Green Mist. HEX triplet: BD, C1 and 95. RGB value is (189,193,149). Sum of RGB (Red+Green+Blue) = 189+193+149=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC195 is #423E6A. Grayscale: #BABABA. Windows color (decimal): -4341355 or 9814461. OLE color: 9814461.

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

Color convert

RGB 189 193 149 -
CMYK 0.02 0 0.23 0.24
HSL 65.45º 0.26% 0.67% -
HSV(B) 65.45º 0.23% 0.76% -
XYZ 45.48 51.13 35.91 -
YUV 186.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 189 193 149 0.02 0 0.23 0.24 65.45 0.26 0.67
Hex BD C1 95 2 0 17 18 41 1A 43
Octal 275 301 225 2 0 27 30 101 32 103
Binary 10111101 11000001 10010101 10 0 10111 11000 1000001 11010 1000011

Color Harmonies of #BDC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC195

Black with #BDC195

Text Example


Text Example

White with #BDC195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC195; }

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

 H1.HeaderClassName
 {
   color: #BDC195;
 }
 .AnyTagClassName
 {
   color: #BDC195;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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