Shades of French Grey #BBACC6
Tints of French Grey #BBACC6
RGB
CMYK
RGB Variations
Color information
#BBACC6 (or 0xBBACC6) is known color: French Grey. HEX triplet: BB, AC and C6. RGB value is (187,172,198). Sum of RGB (Red+Green+Blue) = 187+172+198=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC6 is #445339. Grayscale: #B3B3B3. Windows color (decimal): -4477754 or 13020347. OLE color: 13020347.
HSL color Cylindrical-coordinate representation of color #BBACC6: hue angle of 274.62º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBACC6 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 172 | 198 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.22 |
| HSL | 274.62º | 0.19% | 0.73% | - |
| HSV(B) | 274.62º | 0.13% | 0.78% | - |
| XYZ | 45.44 | 44.15 | 59.55 | - |
| YUV | 179.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 198 | 0.06 | 0.13 | 0 | 0.22 | 274.62 | 0.19 | 0.73 |
| Hex | BB | AC | C6 | 6 | D | 0 | 16 | 113 | 13 | 49 |
| Octal | 273 | 254 | 306 | 6 | 15 | 0 | 26 | 423 | 23 | 111 |
| Binary | 10111011 | 10101100 | 11000110 | 110 | 1101 | 0 | 10110 | 100010011 | 10011 | 1001001 |
Color Harmonies of #BBACC6
Complementary color
Monochromatic Colors of #BBACC6
Black with #BBACC6
Text Example
Text Example
White with #BBACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACC6; }
p { color: rgb(187,172,198); }
H1.HeaderClassName
{
color: #BBACC6;
}
.AnyTagClassName
{
color: #BBACC6;
}
</style>
background-color css
<style>
a { background-color: #BBACC6; }
a { background-color: rgb(187,172,198); }
div.DivClassName
{
background-color: #BBACC6;
}
.BgClassName
{
background-color: #BBACC6;
}
</style>
border-color css
<style>
span { border-color: #BBACC6; }
span { border-color: rgb(187,172,198); }
td.TdClassName
{
border-color: #BBACC6;
}
.TagClassName
{
border-color: #BBACC6;
}
</style>