Html Css Color HEX #BBA1A0 Dusty Grey

📋 copy color: '#BBA1A0'

red 187 ◦ green 161 ◦ blue 160

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

Shades of Dusty Grey #BBA1A0

Tints of Dusty Grey #BBA1A0

RGB

 RED value IS 187 (73.44% from 255) = 36.81%

 GREEN value IS 161 (63.28% from 255) = 31.69%

 BLUE value IS 160 (62.89% from 255) = 31.5%

R = 36.81%
G = 31.69%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BBA1A0 (or 0xBBA1A0) is known color: Dusty Grey. HEX triplet: BB, A1 and A0. RGB value is (187,161,160). Sum of RGB (Red+Green+Blue) = 187+161+160=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA1A0 is #445E5F. Grayscale: #A8A8A8. Windows color (decimal): -4480608 or 10527163. OLE color: 10527163.

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

Color convert

RGB 187 161 160 -
CMYK 0 0.14 0.14 0.27
HSL 2.22º 0.17% 0.68% -
HSV(B) 2.22º 0.14% 0.73% -
XYZ 39.58 38.59 38.62 -
YUV 168.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 187 161 160 0 0.14 0.14 0.27 2.22 0.17 0.68
Hex BB A1 A0 0 E E 1B 2 11 44
Octal 273 241 240 0 16 16 33 2 21 104
Binary 10111011 10100001 10100000 0 1110 1110 11011 10 10001 1000100

Color Harmonies of #BBA1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1A0

Black with #BBA1A0

Text Example


Text Example

White with #BBA1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1A0; }

 p { color: rgb(187,161,160); }

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

background-color css

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

 a { background-color: rgb(187,161,160); }

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

border-color css

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

 span { border-color: rgb(187,161,160); }

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