Shades of Chatelle #B4ADBA
Tints of Chatelle #B4ADBA
RGB
CMYK
RGB Variations
Color information
#B4ADBA (or 0xB4ADBA) is known color: Chatelle. HEX triplet: B4, AD and BA. RGB value is (180,173,186). Sum of RGB (Red+Green+Blue) = 180+173+186=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADBA is #4B5245. Grayscale: #B0B0B0. Windows color (decimal): -4936262 or 12234164. OLE color: 12234164.
HSL color Cylindrical-coordinate representation of color #B4ADBA: hue angle of 272.31º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4ADBA is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 173 | 186 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.27 |
| HSL | 272.31º | 0.09% | 0.7% | - |
| HSV(B) | 272.31º | 0.07% | 0.73% | - |
| XYZ | 42.63 | 43.14 | 52.53 | - |
| YUV | 176.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 186 | 0.03 | 0.07 | 0 | 0.27 | 272.31 | 0.09 | 0.7 |
| Hex | B4 | AD | BA | 3 | 7 | 0 | 1B | 110 | 9 | 46 |
| Octal | 264 | 255 | 272 | 3 | 7 | 0 | 33 | 420 | 11 | 106 |
| Binary | 10110100 | 10101101 | 10111010 | 11 | 111 | 0 | 11011 | 100010000 | 1001 | 1000110 |
Color Harmonies of #B4ADBA
Complementary color
Monochromatic Colors of #B4ADBA
Black with #B4ADBA
Text Example
Text Example
White with #B4ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ADBA; }
p { color: rgb(180,173,186); }
H1.HeaderClassName
{
color: #B4ADBA;
}
.AnyTagClassName
{
color: #B4ADBA;
}
</style>
background-color css
<style>
a { background-color: #B4ADBA; }
a { background-color: rgb(180,173,186); }
div.DivClassName
{
background-color: #B4ADBA;
}
.BgClassName
{
background-color: #B4ADBA;
}
</style>
border-color css
<style>
span { border-color: #B4ADBA; }
span { border-color: rgb(180,173,186); }
td.TdClassName
{
border-color: #B4ADBA;
}
.TagClassName
{
border-color: #B4ADBA;
}
</style>