#B0AABA

Color #B0AABA French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #B0AABA

Tints of French Grey #B0AABA

Color information

#B0AABA (or 0xB0AABA) is unknown color: approx French Grey. HEX triplet: B0, AA and BA. RGB value is (176,170,186). Sum of RGB (Red+Green+Blue) = 176+170+186=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #B0AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AABA is #4F5545. Grayscale: #ADADAD. Windows color (decimal): -5199174 or 12233392. OLE color: 12233392.

HSL color Cylindrical-coordinate representation of color #B0AABA: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0AABA is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176170186-
CMYK0.050.0900.27
HSL262.5º10.39%69.8%-
HSV(B)262.5º8.6%72.94%-
XYZ41.1441.5252.3-
YUV173.62134.99129.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=33.08%
G=31.95%
B=34.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761701860.050.0900.27262.510.3969.8
HexB0AABA5901B106a46
Octal26025227251103340612106
Binary101100001010101010111010101100101101110000011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AABA; }

 p { color: rgb(176,170,186); }

 H1.HeaderClassName
 {
   color: #B0AABA;
 }
 .AnyTagClassName
 {
   color: #B0AABA;
 }
</style>
background-color css

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

 a { background-color: rgb(176,170,186); }

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

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

 span { border-color: rgb(176,170,186); }

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