#B0AABB

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

Shades of French Grey #B0AABB

Tints of French Grey #B0AABB

Color information

#B0AABB (or 0xB0AABB) is unknown color: approx French Grey. HEX triplet: B0, AA and BB. RGB value is (176,170,187). Sum of RGB (Red+Green+Blue) = 176+170+187=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: blue. Hex color #B0AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AABB is #4F5544. Grayscale: #ADADAD. Windows color (decimal): -5199173 or 12298928. OLE color: 12298928.

HSL color Cylindrical-coordinate representation of color #B0AABB: hue angle of 261.18º degrees, saturation: 0.11, 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 #B0AABB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176170187-
CMYK0.060.0900.27
HSL261.18º11.11%70%-
HSV(B)261.18º9.09%73.33%-
XYZ41.2541.5752.86-
YUV173.73135.49129.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.02%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=33.02%
G=31.89%
B=35.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761701870.060.0900.27261.1811.1170
HexB0AABB6901B105b46
Octal26025227361103340513106
Binary101100001010101010111011110100101101110000010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AABB; }

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

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

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

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

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

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

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

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