Shades of Chatelle #B2ABB5
Tints of Chatelle #B2ABB5
RGB
CMYK
RGB Variations
Color information
#B2ABB5 (or 0xB2ABB5) is known color: Chatelle. HEX triplet: B2, AB and B5. RGB value is (178,171,181). Sum of RGB (Red+Green+Blue) = 178+171+181=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 181 - color contains mainly: blue. Hex color #B2ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABB5 is #4D544A. Grayscale: #AEAEAE. Windows color (decimal): -5067851 or 11905970. OLE color: 11905970.
HSL color Cylindrical-coordinate representation of color #B2ABB5: hue angle of 282º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2ABB5 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 171 | 181 | - |
CMYK | 0.02 | 0.06 | 0 | 0.29 |
HSL | 282º | 0.06% | 0.69% | - |
HSV(B) | 282º | 0.06% | 0.71% | - |
XYZ | 41.26 | 41.93 | 49.63 | - |
YUV | 174.23 | 131.82 | 130.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 171 | 181 | 0.02 | 0.06 | 0 | 0.29 | 282 | 0.06 | 0.69 |
Hex | B2 | AB | B5 | 2 | 6 | 0 | 1D | 11A | 6 | 45 |
Octal | 262 | 253 | 265 | 2 | 6 | 0 | 35 | 432 | 6 | 105 |
Binary | 10110010 | 10101011 | 10110101 | 10 | 110 | 0 | 11101 | 100011010 | 110 | 1000101 |
Color Harmonies of #B2ABB5
Complementary color
Monochromatic Colors of #B2ABB5
Black with #B2ABB5
Text Example
Text Example
White with #B2ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABB5; }
p { color: rgb(178,171,181); }
H1.HeaderClassName
{
color: #B2ABB5;
}
.AnyTagClassName
{
color: #B2ABB5;
}
</style>
background-color css
<style>
a { background-color: #B2ABB5; }
a { background-color: rgb(178,171,181); }
div.DivClassName
{
background-color: #B2ABB5;
}
.BgClassName
{
background-color: #B2ABB5;
}
</style>
border-color css
<style>
span { border-color: #B2ABB5; }
span { border-color: rgb(178,171,181); }
td.TdClassName
{
border-color: #B2ABB5;
}
.TagClassName
{
border-color: #B2ABB5;
}
</style>