Shades of French Grey #B5ABBF
Tints of French Grey #B5ABBF
RGB
CMYK
RGB Variations
Color information
#B5ABBF (or 0xB5ABBF) is known color: French Grey. HEX triplet: B5, AB and BF. RGB value is (181,171,191). Sum of RGB (Red+Green+Blue) = 181+171+191=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #B5ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABBF is #4A5440. Grayscale: #B0B0B0. Windows color (decimal): -4871233 or 12561333. OLE color: 12561333.
HSL color Cylindrical-coordinate representation of color #B5ABBF: hue angle of 270º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5ABBF is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 171 | 191 | - |
CMYK | 0.05 | 0.10 | 0 | 0.25 |
HSL | 270º | 0.14% | 0.71% | - |
HSV(B) | 270º | 0.1% | 0.75% | - |
XYZ | 43.02 | 42.71 | 55.27 | - |
YUV | 176.27 | 136.31 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 171 | 191 | 0.05 | 0.10 | 0 | 0.25 | 270 | 0.14 | 0.71 |
Hex | B5 | AB | BF | 5 | A | 0 | 19 | 10E | E | 47 |
Octal | 265 | 253 | 277 | 5 | 12 | 0 | 31 | 416 | 16 | 107 |
Binary | 10110101 | 10101011 | 10111111 | 101 | 1010 | 0 | 11001 | 100001110 | 1110 | 1000111 |
Color Harmonies of #B5ABBF
Complementary color
Monochromatic Colors of #B5ABBF
Black with #B5ABBF
Text Example
Text Example
White with #B5ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABBF; }
p { color: rgb(181,171,191); }
H1.HeaderClassName
{
color: #B5ABBF;
}
.AnyTagClassName
{
color: #B5ABBF;
}
</style>
background-color css
<style>
a { background-color: #B5ABBF; }
a { background-color: rgb(181,171,191); }
div.DivClassName
{
background-color: #B5ABBF;
}
.BgClassName
{
background-color: #B5ABBF;
}
</style>
border-color css
<style>
span { border-color: #B5ABBF; }
span { border-color: rgb(181,171,191); }
td.TdClassName
{
border-color: #B5ABBF;
}
.TagClassName
{
border-color: #B5ABBF;
}
</style>