Shades of Chatelle #B2ABB7
Tints of Chatelle #B2ABB7
RGB
CMYK
RGB Variations
Color information
#B2ABB7 (or 0xB2ABB7) is known color: Chatelle. HEX triplet: B2, AB and B7. RGB value is (178,171,183). Sum of RGB (Red+Green+Blue) = 178+171+183=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 183 - color contains mainly: blue. Hex color #B2ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABB7 is #4D5448. Grayscale: #AEAEAE. Windows color (decimal): -5067849 or 12037042. OLE color: 12037042.
HSL color Cylindrical-coordinate representation of color #B2ABB7: hue angle of 275º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2ABB7 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 178 | 171 | 183 | - |
CMYK | 0.03 | 0.07 | 0 | 0.28 |
HSL | 275º | 0.08% | 0.69% | - |
HSV(B) | 275º | 0.07% | 0.72% | - |
XYZ | 41.47 | 42.01 | 50.72 | - |
YUV | 174.46 | 132.82 | 130.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 171 | 183 | 0.03 | 0.07 | 0 | 0.28 | 275 | 0.08 | 0.69 |
Hex | B2 | AB | B7 | 3 | 7 | 0 | 1C | 113 | 8 | 45 |
Octal | 262 | 253 | 267 | 3 | 7 | 0 | 34 | 423 | 10 | 105 |
Binary | 10110010 | 10101011 | 10110111 | 11 | 111 | 0 | 11100 | 100010011 | 1000 | 1000101 |
Color Harmonies of #B2ABB7
Complementary color
Monochromatic Colors of #B2ABB7
Black with #B2ABB7
Text Example
Text Example
White with #B2ABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ABB7; }
p { color: rgb(178,171,183); }
H1.HeaderClassName
{
color: #B2ABB7;
}
.AnyTagClassName
{
color: #B2ABB7;
}
</style>
background-color css
<style>
a { background-color: #B2ABB7; }
a { background-color: rgb(178,171,183); }
div.DivClassName
{
background-color: #B2ABB7;
}
.BgClassName
{
background-color: #B2ABB7;
}
</style>
border-color css
<style>
span { border-color: #B2ABB7; }
span { border-color: rgb(178,171,183); }
td.TdClassName
{
border-color: #B2ABB7;
}
.TagClassName
{
border-color: #B2ABB7;
}
</style>