Html Css Color HEX #BCBCA2 Mist Grey

📋 copy color: '#BCBCA2'

red 188 ◦ green 188 ◦ blue 162

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

Shades of Mist Grey #BCBCA2

Tints of Mist Grey #BCBCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.11%

R = 34.94%
G = 34.94%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BCBCA2 (or 0xBCBCA2) is known color: Mist Grey. HEX triplet: BC, BC and A2. RGB value is (188,188,162). Sum of RGB (Red+Green+Blue) = 188+188+162=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBCA2 is #43435D. Grayscale: #B9B9B9. Windows color (decimal): -4408158 or 10665148. OLE color: 10665148.

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

Color convert

RGB 188 188 162 -
CMYK 0 0 0.14 0.26
HSL 60º 0.16% 0.69% -
HSV(B) 60º 0.14% 0.74% -
XYZ 45.24 49.27 41.31 -
YUV 185.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 188 188 162 0 0 0.14 0.26 60 0.16 0.69
Hex BC BC A2 0 0 E 1A 3C 10 45
Octal 274 274 242 0 0 16 32 74 20 105
Binary 10111100 10111100 10100010 0 0 1110 11010 111100 10000 1000101

Color Harmonies of #BCBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCA2

Black with #BCBCA2

Text Example


Text Example

White with #BCBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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