Shades of Chatelle #B0ADB3
Tints of Chatelle #B0ADB3
RGB
CMYK
RGB Variations
Color information
#B0ADB3 (or 0xB0ADB3) is known color: Chatelle. HEX triplet: B0, AD and B3. RGB value is (176,173,179). Sum of RGB (Red+Green+Blue) = 176+173+179=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 179 - color contains mainly: blue. Hex color #B0ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADB3 is #4F524C. Grayscale: #AEAEAE. Windows color (decimal): -5198413 or 11775408. OLE color: 11775408.
HSL color Cylindrical-coordinate representation of color #B0ADB3: hue angle of 270º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0ADB3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 173 | 179 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.30 |
| HSL | 270º | 0.04% | 0.69% | - |
| HSV(B) | 270º | 0.03% | 0.7% | - |
| XYZ | 40.98 | 42.37 | 48.67 | - |
| YUV | 174.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 179 | 0.02 | 0.03 | 0 | 0.30 | 270 | 0.04 | 0.69 |
| Hex | B0 | AD | B3 | 2 | 3 | 0 | 1E | 10E | 4 | 45 |
| Octal | 260 | 255 | 263 | 2 | 3 | 0 | 36 | 416 | 4 | 105 |
| Binary | 10110000 | 10101101 | 10110011 | 10 | 11 | 0 | 11110 | 100001110 | 100 | 1000101 |
Color Harmonies of #B0ADB3
Complementary color
Monochromatic Colors of #B0ADB3
Black with #B0ADB3
Text Example
Text Example
White with #B0ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ADB3; }
p { color: rgb(176,173,179); }
H1.HeaderClassName
{
color: #B0ADB3;
}
.AnyTagClassName
{
color: #B0ADB3;
}
</style>
background-color css
<style>
a { background-color: #B0ADB3; }
a { background-color: rgb(176,173,179); }
div.DivClassName
{
background-color: #B0ADB3;
}
.BgClassName
{
background-color: #B0ADB3;
}
</style>
border-color css
<style>
span { border-color: #B0ADB3; }
span { border-color: rgb(176,173,179); }
td.TdClassName
{
border-color: #B0ADB3;
}
.TagClassName
{
border-color: #B0ADB3;
}
</style>