Shades of Chatelle #B5ABBD
Tints of Chatelle #B5ABBD
RGB
CMYK
RGB Variations
Color information
#B5ABBD (or 0xB5ABBD) is known color: Chatelle. HEX triplet: B5, AB and BD. RGB value is (181,171,189). Sum of RGB (Red+Green+Blue) = 181+171+189=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #B5ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABBD is #4A5442. Grayscale: #AFAFAF. Windows color (decimal): -4871235 or 12430261. OLE color: 12430261.
HSL color Cylindrical-coordinate representation of color #B5ABBD: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B5ABBD is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 171 | 189 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.26 |
| HSL | 273.33º | 0.12% | 0.71% | - |
| HSV(B) | 273.33º | 0.1% | 0.74% | - |
| XYZ | 42.8 | 42.62 | 54.12 | - |
| YUV | 176.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 189 | 0.04 | 0.10 | 0 | 0.26 | 273.33 | 0.12 | 0.71 |
| Hex | B5 | AB | BD | 4 | A | 0 | 1A | 111 | C | 47 |
| Octal | 265 | 253 | 275 | 4 | 12 | 0 | 32 | 421 | 14 | 107 |
| Binary | 10110101 | 10101011 | 10111101 | 100 | 1010 | 0 | 11010 | 100010001 | 1100 | 1000111 |
Color Harmonies of #B5ABBD
Complementary color
Monochromatic Colors of #B5ABBD
Black with #B5ABBD
Text Example
Text Example
White with #B5ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABBD; }
p { color: rgb(181,171,189); }
H1.HeaderClassName
{
color: #B5ABBD;
}
.AnyTagClassName
{
color: #B5ABBD;
}
</style>
background-color css
<style>
a { background-color: #B5ABBD; }
a { background-color: rgb(181,171,189); }
div.DivClassName
{
background-color: #B5ABBD;
}
.BgClassName
{
background-color: #B5ABBD;
}
</style>
border-color css
<style>
span { border-color: #B5ABBD; }
span { border-color: rgb(181,171,189); }
td.TdClassName
{
border-color: #B5ABBD;
}
.TagClassName
{
border-color: #B5ABBD;
}
</style>