Shades of Chatelle #B5ABBE
Tints of Chatelle #B5ABBE
RGB
CMYK
RGB Variations
Color information
#B5ABBE (or 0xB5ABBE) is known color: Chatelle. HEX triplet: B5, AB and BE. RGB value is (181,171,190). Sum of RGB (Red+Green+Blue) = 181+171+190=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5ABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABBE is #4A5441. Grayscale: #B0B0B0. Windows color (decimal): -4871234 or 12495797. OLE color: 12495797.
HSL color Cylindrical-coordinate representation of color #B5ABBE: hue angle of 271.58º degrees, saturation: 0.13, 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 #B5ABBE is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 171 | 190 | - |
CMYK | 0.05 | 0.10 | 0 | 0.25 |
HSL | 271.58º | 0.13% | 0.71% | - |
HSV(B) | 271.58º | 0.1% | 0.75% | - |
XYZ | 42.91 | 42.67 | 54.69 | - |
YUV | 176.16 | 135.81 | 131.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 171 | 190 | 0.05 | 0.10 | 0 | 0.25 | 271.58 | 0.13 | 0.71 |
Hex | B5 | AB | BE | 5 | A | 0 | 19 | 110 | D | 47 |
Octal | 265 | 253 | 276 | 5 | 12 | 0 | 31 | 420 | 15 | 107 |
Binary | 10110101 | 10101011 | 10111110 | 101 | 1010 | 0 | 11001 | 100010000 | 1101 | 1000111 |
Color Harmonies of #B5ABBE
Complementary color
Monochromatic Colors of #B5ABBE
Black with #B5ABBE
Text Example
Text Example
White with #B5ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABBE; }
p { color: rgb(181,171,190); }
H1.HeaderClassName
{
color: #B5ABBE;
}
.AnyTagClassName
{
color: #B5ABBE;
}
</style>
background-color css
<style>
a { background-color: #B5ABBE; }
a { background-color: rgb(181,171,190); }
div.DivClassName
{
background-color: #B5ABBE;
}
.BgClassName
{
background-color: #B5ABBE;
}
</style>
border-color css
<style>
span { border-color: #B5ABBE; }
span { border-color: rgb(181,171,190); }
td.TdClassName
{
border-color: #B5ABBE;
}
.TagClassName
{
border-color: #B5ABBE;
}
</style>