#BBACC7

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

Shades of French Grey #BBACC7

Tints of French Grey #BBACC7

Color information

#BBACC7 (or 0xBBACC7) is unknown color: approx French Grey. HEX triplet: BB, AC and C7. RGB value is (187,172,199). Sum of RGB (Red+Green+Blue) = 187+172+199=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC7 is #445338. Grayscale: #B3B3B3. Windows color (decimal): -4477753 or 13085883. OLE color: 13085883.

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

Color convert

RGB187172199-
CMYK0.060.1400.22
HSL273.33º19.42%72.75%-
HSV(B)273.33º13.57%78.04%-
XYZ45.5544.1960.16-
YUV179.56138.97133.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=33.51%
G=30.82%
B=35.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871721990.060.1400.22273.3319.4272.75
HexBBACC76E0161111349
Octal27325430761602642123111
Binary1011101110101100110001111101110010110100010001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACC7; }

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

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

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

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

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

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

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

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