#BBAAC7

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

Shades of French Grey #BBAAC7

Tints of French Grey #BBAAC7

Color information

#BBAAC7 (or 0xBBAAC7) is unknown color: approx French Grey. HEX triplet: BB, AA and C7. RGB value is (187,170,199). Sum of RGB (Red+Green+Blue) = 187+170+199=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBAAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAC7 is #445538. Grayscale: #B2B2B2. Windows color (decimal): -4478265 or 13085371. OLE color: 13085371.

HSL color Cylindrical-coordinate representation of color #BBAAC7: hue angle of 275.17º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAAC7 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187170199-
CMYK0.060.1500.22
HSL275.17º20.57%72.35%-
HSV(B)275.17º14.57%78.04%-
XYZ45.1843.4460.04-
YUV178.39139.63134.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 199 (78.12% from 255) = 35.79%
R=33.63%
G=30.58%
B=35.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871701990.060.1500.22275.1720.5772.35
HexBBAAC76F0161131548
Octal27325230761702642325110
Binary1011101110101010110001111101111010110100010011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAC7; }

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

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

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

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

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

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

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

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