Shades of Chatelle #B5ABBA
Tints of Chatelle #B5ABBA
RGB
CMYK
RGB Variations
Color information
#B5ABBA (or 0xB5ABBA) is known color: Chatelle. HEX triplet: B5, AB and BA. RGB value is (181,171,186). Sum of RGB (Red+Green+Blue) = 181+171+186=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 186 - color contains mainly: blue. Hex color #B5ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABBA is #4A5445. Grayscale: #AFAFAF. Windows color (decimal): -4871238 or 12233653. OLE color: 12233653.
HSL color Cylindrical-coordinate representation of color #B5ABBA: hue angle of 280º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5ABBA is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 171 | 186 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.27 |
| HSL | 280º | 0.1% | 0.7% | - |
| HSV(B) | 280º | 0.08% | 0.73% | - |
| XYZ | 42.48 | 42.49 | 52.42 | - |
| YUV | 175.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 186 | 0.03 | 0.08 | 0 | 0.27 | 280 | 0.1 | 0.7 |
| Hex | B5 | AB | BA | 3 | 8 | 0 | 1B | 118 | A | 46 |
| Octal | 265 | 253 | 272 | 3 | 10 | 0 | 33 | 430 | 12 | 106 |
| Binary | 10110101 | 10101011 | 10111010 | 11 | 1000 | 0 | 11011 | 100011000 | 1010 | 1000110 |
Color Harmonies of #B5ABBA
Complementary color
Monochromatic Colors of #B5ABBA
Black with #B5ABBA
Text Example
Text Example
White with #B5ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABBA; }
p { color: rgb(181,171,186); }
H1.HeaderClassName
{
color: #B5ABBA;
}
.AnyTagClassName
{
color: #B5ABBA;
}
</style>
background-color css
<style>
a { background-color: #B5ABBA; }
a { background-color: rgb(181,171,186); }
div.DivClassName
{
background-color: #B5ABBA;
}
.BgClassName
{
background-color: #B5ABBA;
}
</style>
border-color css
<style>
span { border-color: #B5ABBA; }
span { border-color: rgb(181,171,186); }
td.TdClassName
{
border-color: #B5ABBA;
}
.TagClassName
{
border-color: #B5ABBA;
}
</style>