Html Css Color HEX #BCA2A1 Dusty Grey

📋 copy color: '#BCA2A1'

red 188 ◦ green 162 ◦ blue 161

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

Shades of Dusty Grey #BCA2A1

Tints of Dusty Grey #BCA2A1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.7%

 BLUE value IS 161 (63.28% from 255) = 31.51%

R = 36.79%
G = 31.7%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BCA2A1 (or 0xBCA2A1) is known color: Dusty Grey. HEX triplet: BC, A2 and A1. RGB value is (188,162,161). Sum of RGB (Red+Green+Blue) = 188+162+161=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2A1 is #435D5E. Grayscale: #A9A9A9. Windows color (decimal): -4414815 or 10592956. OLE color: 10592956.

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

Color convert

RGB 188 162 161 -
CMYK 0 0.14 0.14 0.26
HSL 2.22º 0.17% 0.68% -
HSV(B) 2.22º 0.14% 0.74% -
XYZ 40.09 39.11 39.15 -
YUV 169.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 188 162 161 0 0.14 0.14 0.26 2.22 0.17 0.68
Hex BC A2 A1 0 E E 1A 2 11 44
Octal 274 242 241 0 16 16 32 2 21 104
Binary 10111100 10100010 10100001 0 1110 1110 11010 10 10001 1000100

Color Harmonies of #BCA2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2A1

Black with #BCA2A1

Text Example


Text Example

White with #BCA2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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