#BBACC9

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

Shades of French Grey #BBACC9

Tints of French Grey #BBACC9

Color information

#BBACC9 (or 0xBBACC9) is unknown color: approx French Grey. HEX triplet: BB, AC and C9. RGB value is (187,172,201). Sum of RGB (Red+Green+Blue) = 187+172+201=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC9 is #445336. Grayscale: #B3B3B3. Windows color (decimal): -4477751 or 13216955. OLE color: 13216955.

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

Color convert

RGB187172201-
CMYK0.070.1400.21
HSL271.03º21.17%73.14%-
HSV(B)271.03º14.43%78.82%-
XYZ45.7944.2961.39-
YUV179.79139.97133.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=33.39%
G=30.71%
B=35.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871722010.070.1400.21271.0321.1773.14
HexBBACC97E01510f1549
Octal27325431171602541725111
Binary1011101110101100110010011111110010101100001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACC9; }

 p { color: rgb(187,172,201); }

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

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

 a { background-color: rgb(187,172,201); }

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

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

 span { border-color: rgb(187,172,201); }

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