Html Css Color HEX #BCBBA8 Mist Grey

📋 copy color: '#BCBBA8'

red 188 ◦ green 187 ◦ blue 168

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

Shades of Mist Grey #BCBBA8

Tints of Mist Grey #BCBBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.94%

R = 34.62%
G = 34.44%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BCBBA8 (or 0xBCBBA8) is known color: Mist Grey. HEX triplet: BC, BB and A8. RGB value is (188,187,168). Sum of RGB (Red+Green+Blue) = 188+187+168=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBA8 is #434457. Grayscale: #B9B9B9. Windows color (decimal): -4408408 or 11058108. OLE color: 11058108.

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

Color convert

RGB 188 187 168 -
CMYK 0 0.01 0.11 0.26
HSL 57º 0.13% 0.7% -
HSV(B) 57º 0.11% 0.74% -
XYZ 45.58 49.06 44.11 -
YUV 185.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 188 187 168 0 0.01 0.11 0.26 57 0.13 0.7
Hex BC BB A8 0 1 B 1A 39 D 46
Octal 274 273 250 0 1 13 32 71 15 106
Binary 10111100 10111011 10101000 0 1 1011 11010 111001 1101 1000110

Color Harmonies of #BCBBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBA8

Black with #BCBBA8

Text Example


Text Example

White with #BCBBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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