Html Css Color HEX #BDC19F Green Mist

📋 copy color: '#BDC19F'

red 189 ◦ green 193 ◦ blue 159

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

Shades of Green Mist #BDC19F

Tints of Green Mist #BDC19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.39%

R = 34.94%
G = 35.67%
B = 29.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#BDC19F (or 0xBDC19F) is known color: Green Mist. HEX triplet: BD, C1 and 9F. RGB value is (189,193,159). Sum of RGB (Red+Green+Blue) = 189+193+159=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC19F is #423E60. Grayscale: #BCBCBC. Windows color (decimal): -4341345 or 10469821. OLE color: 10469821.

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

Color convert

RGB 189 193 159 -
CMYK 0.02 0 0.18 0.24
HSL 67.06º 0.22% 0.69% -
HSV(B) 67.06º 0.18% 0.76% -
XYZ 46.31 51.46 40.29 -
YUV 187.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 189 193 159 0.02 0 0.18 0.24 67.06 0.22 0.69
Hex BD C1 9F 2 0 12 18 43 16 45
Octal 275 301 237 2 0 22 30 103 26 105
Binary 10111101 11000001 10011111 10 0 10010 11000 1000011 10110 1000101

Color Harmonies of #BDC19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC19F

Black with #BDC19F

Text Example


Text Example

White with #BDC19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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