Html Css Color HEX #BCBBA9 Mist Grey

📋 copy color: '#BCBBA9'

red 188 ◦ green 187 ◦ blue 169

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

Shades of Mist Grey #BCBBA9

Tints of Mist Grey #BCBBA9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.38%

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

R = 34.56%
G = 34.38%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCBBA9 (or 0xBCBBA9) is known color: Mist Grey. HEX triplet: BC, BB and A9. RGB value is (188,187,169). Sum of RGB (Red+Green+Blue) = 188+187+169=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBA9 is #434456. Grayscale: #B9B9B9. Windows color (decimal): -4408407 or 11123644. OLE color: 11123644.

HSL color Cylindrical-coordinate representation of color #BCBBA9: hue angle of 56.84º 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 #BCBBA9 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 169 -
CMYK 0 0.01 0.10 0.26
HSL 56.84º 0.12% 0.7% -
HSV(B) 56.84º 0.1% 0.74% -
XYZ 45.67 49.1 44.61 -
YUV 185.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 188 187 169 0 0.01 0.10 0.26 56.84 0.12 0.7
Hex BC BB A9 0 1 A 1A 39 C 46
Octal 274 273 251 0 1 12 32 71 14 106
Binary 10111100 10111011 10101001 0 1 1010 11010 111001 1100 1000110

Color Harmonies of #BCBBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBA9

Black with #BCBBA9

Text Example


Text Example

White with #BCBBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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