Html Css Color HEX #BDC29F Green Mist

📋 copy color: '#BDC29F'

red 189 ◦ green 194 ◦ blue 159

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

Shades of Green Mist #BDC29F

Tints of Green Mist #BDC29F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.79%

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

R = 34.87%
G = 35.79%
B = 29.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#BDC29F (or 0xBDC29F) is known color: Green Mist. HEX triplet: BD, C2 and 9F. RGB value is (189,194,159). Sum of RGB (Red+Green+Blue) = 189+194+159=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC29F is #423D60. Grayscale: #BCBCBC. Windows color (decimal): -4341089 or 10470077. OLE color: 10470077.

HSL color Cylindrical-coordinate representation of color #BDC29F: hue angle of 68.57º 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 #BDC29F is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 159 -
CMYK 0.03 0 0.18 0.24
HSL 68.57º 0.22% 0.69% -
HSV(B) 68.57º 0.18% 0.76% -
XYZ 46.54 51.91 40.37 -
YUV 188.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 189 194 159 0.03 0 0.18 0.24 68.57 0.22 0.69
Hex BD C2 9F 3 0 12 18 45 16 45
Octal 275 302 237 3 0 22 30 105 26 105
Binary 10111101 11000010 10011111 11 0 10010 11000 1000101 10110 1000101

Color Harmonies of #BDC29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC29F

Black with #BDC29F

Text Example


Text Example

White with #BDC29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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