Html Css Color HEX #BCBBAB Mist Grey

📋 copy color: '#BCBBAB'

red 188 ◦ green 187 ◦ blue 171

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

Shades of Mist Grey #BCBBAB

Tints of Mist Grey #BCBBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.32%

R = 34.43%
G = 34.25%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BCBBAB (or 0xBCBBAB) is known color: Mist Grey. HEX triplet: BC, BB and AB. RGB value is (188,187,171). Sum of RGB (Red+Green+Blue) = 188+187+171=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBAB is #434454. Grayscale: #B9B9B9. Windows color (decimal): -4408405 or 11254716. OLE color: 11254716.

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

Color convert

RGB 188 187 171 -
CMYK 0 0.01 0.09 0.26
HSL 56.47º 0.11% 0.7% -
HSV(B) 56.47º 0.09% 0.74% -
XYZ 45.86 49.17 45.6 -
YUV 185.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 188 187 171 0 0.01 0.09 0.26 56.47 0.11 0.7
Hex BC BB AB 0 1 9 1A 38 B 46
Octal 274 273 253 0 1 11 32 70 13 106
Binary 10111100 10111011 10101011 0 1 1001 11010 111000 1011 1000110

Color Harmonies of #BCBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBAB

Black with #BCBBAB

Text Example


Text Example

White with #BCBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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