Shades of Chatelle #B4A2B9
Tints of Chatelle #B4A2B9
RGB
CMYK
RGB Variations
Color information
#B4A2B9 (or 0xB4A2B9) is known color: Chatelle. HEX triplet: B4, A2 and B9. RGB value is (180,162,185). Sum of RGB (Red+Green+Blue) = 180+162+185=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 185 - color contains mainly: blue. Hex color #B4A2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A2B9 is #4B5D46. Grayscale: #A9A9A9. Windows color (decimal): -4939079 or 12165812. OLE color: 12165812.
HSL color Cylindrical-coordinate representation of color #B4A2B9: hue angle of 286.96º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4A2B9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 180 | 162 | 185 | - |
CMYK | 0.03 | 0.12 | 0 | 0.27 |
HSL | 286.96º | 0.14% | 0.68% | - |
HSV(B) | 286.96º | 0.12% | 0.73% | - |
XYZ | 40.5 | 39.05 | 51.3 | - |
YUV | 170 | 136.46 | 135.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 162 | 185 | 0.03 | 0.12 | 0 | 0.27 | 286.96 | 0.14 | 0.68 |
Hex | B4 | A2 | B9 | 3 | C | 0 | 1B | 11F | E | 44 |
Octal | 264 | 242 | 271 | 3 | 14 | 0 | 33 | 437 | 16 | 104 |
Binary | 10110100 | 10100010 | 10111001 | 11 | 1100 | 0 | 11011 | 100011111 | 1110 | 1000100 |
Color Harmonies of #B4A2B9
Complementary color
Monochromatic Colors of #B4A2B9
Black with #B4A2B9
Text Example
Text Example
White with #B4A2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A2B9; }
p { color: rgb(180,162,185); }
H1.HeaderClassName
{
color: #B4A2B9;
}
.AnyTagClassName
{
color: #B4A2B9;
}
</style>
background-color css
<style>
a { background-color: #B4A2B9; }
a { background-color: rgb(180,162,185); }
div.DivClassName
{
background-color: #B4A2B9;
}
.BgClassName
{
background-color: #B4A2B9;
}
</style>
border-color css
<style>
span { border-color: #B4A2B9; }
span { border-color: rgb(180,162,185); }
td.TdClassName
{
border-color: #B4A2B9;
}
.TagClassName
{
border-color: #B4A2B9;
}
</style>