Shades of French Grey #BBAFC3
Tints of French Grey #BBAFC3
RGB
CMYK
RGB Variations
Color information
#BBAFC3 (or 0xBBAFC3) is known color: French Grey. HEX triplet: BB, AF and C3. RGB value is (187,175,195). Sum of RGB (Red+Green+Blue) = 187+175+195=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC3 is #44503C. Grayscale: #B4B4B4. Windows color (decimal): -4476989 or 12824507. OLE color: 12824507.
HSL color Cylindrical-coordinate representation of color #BBAFC3: hue angle of 276º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBAFC3 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 175 | 195 | - |
CMYK | 0.04 | 0.10 | 0 | 0.24 |
HSL | 276º | 0.14% | 0.73% | - |
HSV(B) | 276º | 0.1% | 0.76% | - |
XYZ | 45.67 | 45.16 | 57.94 | - |
YUV | 180.87 | 135.98 | 132.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 175 | 195 | 0.04 | 0.10 | 0 | 0.24 | 276 | 0.14 | 0.73 |
Hex | BB | AF | C3 | 4 | A | 0 | 18 | 114 | E | 49 |
Octal | 273 | 257 | 303 | 4 | 12 | 0 | 30 | 424 | 16 | 111 |
Binary | 10111011 | 10101111 | 11000011 | 100 | 1010 | 0 | 11000 | 100010100 | 1110 | 1001001 |
Color Harmonies of #BBAFC3
Complementary color
Monochromatic Colors of #BBAFC3
Black with #BBAFC3
Text Example
Text Example
White with #BBAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFC3; }
p { color: rgb(187,175,195); }
H1.HeaderClassName
{
color: #BBAFC3;
}
.AnyTagClassName
{
color: #BBAFC3;
}
</style>
background-color css
<style>
a { background-color: #BBAFC3; }
a { background-color: rgb(187,175,195); }
div.DivClassName
{
background-color: #BBAFC3;
}
.BgClassName
{
background-color: #BBAFC3;
}
</style>
border-color css
<style>
span { border-color: #BBAFC3; }
span { border-color: rgb(187,175,195); }
td.TdClassName
{
border-color: #BBAFC3;
}
.TagClassName
{
border-color: #BBAFC3;
}
</style>