Html Css Color HEX #BCBCA9 Mist Grey

📋 copy color: '#BCBCA9'

red 188 ◦ green 188 ◦ blue 169

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

Shades of Mist Grey #BCBCA9

Tints of Mist Grey #BCBCA9

RGB

 RED value IS 188 (73.83% from 255) = 34.5%

 GREEN value IS 188 (73.83% from 255) = 34.5%

 BLUE value IS 169 (66.41% from 255) = 31.01%

R = 34.5%
G = 34.5%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCBCA9 (or 0xBCBCA9) is known color: Mist Grey. HEX triplet: BC, BC and A9. RGB value is (188,188,169). Sum of RGB (Red+Green+Blue) = 188+188+169=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBCA9 is #434356. Grayscale: #B9B9B9. Windows color (decimal): -4408151 or 11123900. OLE color: 11123900.

HSL color Cylindrical-coordinate representation of color #BCBCA9: hue angle of 60º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBCA9 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 188 169 -
CMYK 0 0 0.10 0.26
HSL 60º 0.12% 0.7% -
HSV(B) 60º 0.1% 0.74% -
XYZ 45.88 49.52 44.68 -
YUV 185.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 188 188 169 0 0 0.10 0.26 60 0.12 0.7
Hex BC BC A9 0 0 A 1A 3C C 46
Octal 274 274 251 0 0 12 32 74 14 106
Binary 10111100 10111100 10101001 0 0 1010 11010 111100 1100 1000110

Color Harmonies of #BCBCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCA9

Black with #BCBCA9

Text Example


Text Example

White with #BCBCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCA9; }

 p { color: rgb(188,188,169); }

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

background-color css

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

 a { background-color: rgb(188,188,169); }

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

border-color css

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

 span { border-color: rgb(188,188,169); }

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