Html Css Color HEX #BDC09C Green Mist

📋 copy color: '#BDC09C'

red 189 ◦ green 192 ◦ blue 156

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

Shades of Green Mist #BDC09C

Tints of Green Mist #BDC09C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.75%

 BLUE value IS 156 (61.33% from 255) = 29.05%

R = 35.2%
G = 35.75%
B = 29.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BDC09C (or 0xBDC09C) is known color: Green Mist. HEX triplet: BD, C0 and 9C. RGB value is (189,192,156). Sum of RGB (Red+Green+Blue) = 189+192+156=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC09C is #423F63. Grayscale: #BBBBBB. Windows color (decimal): -4341604 or 10272957. OLE color: 10272957.

HSL color Cylindrical-coordinate representation of color #BDC09C: hue angle of 65º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC09C is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 156 -
CMYK 0.02 0 0.19 0.25
HSL 65º 0.22% 0.68% -
HSV(B) 65º 0.19% 0.75% -
XYZ 45.84 50.92 38.86 -
YUV 187 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 189 192 156 0.02 0 0.19 0.25 65 0.22 0.68
Hex BD C0 9C 2 0 13 19 41 16 44
Octal 275 300 234 2 0 23 31 101 26 104
Binary 10111101 11000000 10011100 10 0 10011 11001 1000001 10110 1000100

Color Harmonies of #BDC09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC09C

Black with #BDC09C

Text Example


Text Example

White with #BDC09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC09C; }

 p { color: rgb(189,192,156); }

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

background-color css

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

 a { background-color: rgb(189,192,156); }

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

border-color css

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

 span { border-color: rgb(189,192,156); }

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