Shades of Chatelle #B5ABBC
Tints of Chatelle #B5ABBC
RGB
CMYK
RGB Variations
Color information
#B5ABBC (or 0xB5ABBC) is known color: Chatelle. HEX triplet: B5, AB and BC. RGB value is (181,171,188). Sum of RGB (Red+Green+Blue) = 181+171+188=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABBC is #4A5443. Grayscale: #AFAFAF. Windows color (decimal): -4871236 or 12364725. OLE color: 12364725.
HSL color Cylindrical-coordinate representation of color #B5ABBC: hue angle of 275.29º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5ABBC is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 171 | 188 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.26 |
| HSL | 275.29º | 0.11% | 0.7% | - |
| HSV(B) | 275.29º | 0.09% | 0.74% | - |
| XYZ | 42.7 | 42.58 | 53.55 | - |
| YUV | 175.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 188 | 0.04 | 0.09 | 0 | 0.26 | 275.29 | 0.11 | 0.7 |
| Hex | B5 | AB | BC | 4 | 9 | 0 | 1A | 113 | B | 46 |
| Octal | 265 | 253 | 274 | 4 | 11 | 0 | 32 | 423 | 13 | 106 |
| Binary | 10110101 | 10101011 | 10111100 | 100 | 1001 | 0 | 11010 | 100010011 | 1011 | 1000110 |
Color Harmonies of #B5ABBC
Complementary color
Monochromatic Colors of #B5ABBC
Black with #B5ABBC
Text Example
Text Example
White with #B5ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABBC; }
p { color: rgb(181,171,188); }
H1.HeaderClassName
{
color: #B5ABBC;
}
.AnyTagClassName
{
color: #B5ABBC;
}
</style>
background-color css
<style>
a { background-color: #B5ABBC; }
a { background-color: rgb(181,171,188); }
div.DivClassName
{
background-color: #B5ABBC;
}
.BgClassName
{
background-color: #B5ABBC;
}
</style>
border-color css
<style>
span { border-color: #B5ABBC; }
span { border-color: rgb(181,171,188); }
td.TdClassName
{
border-color: #B5ABBC;
}
.TagClassName
{
border-color: #B5ABBC;
}
</style>