Html Css Color HEX #BDC09B Green Mist

📋 copy color: '#BDC09B'

red 189 ◦ green 192 ◦ blue 155

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

Shades of Green Mist #BDC09B

Tints of Green Mist #BDC09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.92%

R = 35.26%
G = 35.82%
B = 28.92%

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

#BDC09B (or 0xBDC09B) is known color: Green Mist. HEX triplet: BD, C0 and 9B. RGB value is (189,192,155). Sum of RGB (Red+Green+Blue) = 189+192+155=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC09B is #423F64. Grayscale: #BBBBBB. Windows color (decimal): -4341605 or 10207421. OLE color: 10207421.

HSL color Cylindrical-coordinate representation of color #BDC09B: hue angle of 64.86º degrees, saturation: 0.23, 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 #BDC09B is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 155 -
CMYK 0.02 0 0.19 0.25
HSL 64.86º 0.23% 0.68% -
HSV(B) 64.86º 0.19% 0.75% -
XYZ 45.75 50.88 38.42 -
YUV 186.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 189 192 155 0.02 0 0.19 0.25 64.86 0.23 0.68
Hex BD C0 9B 2 0 13 19 41 17 44
Octal 275 300 233 2 0 23 31 101 27 104
Binary 10111101 11000000 10011011 10 0 10011 11001 1000001 10111 1000100

Color Harmonies of #BDC09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC09B

Black with #BDC09B

Text Example


Text Example

White with #BDC09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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