Html Css Color HEX #BCBBA7 Mist Grey

📋 copy color: '#BCBBA7'

red 188 ◦ green 187 ◦ blue 167

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

Shades of Mist Grey #BCBBA7

Tints of Mist Grey #BCBBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.81%

R = 34.69%
G = 34.5%
B = 30.81%

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

#BCBBA7 (or 0xBCBBA7) is known color: Mist Grey. HEX triplet: BC, BB and A7. RGB value is (188,187,167). Sum of RGB (Red+Green+Blue) = 188+187+167=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 167 (65.62% from 255 or 30.81% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBA7 is #434458. Grayscale: #B9B9B9. Windows color (decimal): -4408409 or 10992572. OLE color: 10992572.

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

Color convert

RGB 188 187 167 -
CMYK 0 0.01 0.11 0.26
HSL 57.14º 0.14% 0.7% -
HSV(B) 57.14º 0.11% 0.74% -
XYZ 45.48 49.02 43.62 -
YUV 185.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 188 187 167 0 0.01 0.11 0.26 57.14 0.14 0.7
Hex BC BB A7 0 1 B 1A 39 E 46
Octal 274 273 247 0 1 13 32 71 16 106
Binary 10111100 10111011 10100111 0 1 1011 11010 111001 1110 1000110

Color Harmonies of #BCBBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBA7

Black with #BCBBA7

Text Example


Text Example

White with #BCBBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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