Shades of Chatelle #B5ADBC
Tints of Chatelle #B5ADBC
RGB
CMYK
RGB Variations
Color information
#B5ADBC (or 0xB5ADBC) is known color: Chatelle. HEX triplet: B5, AD and BC. RGB value is (181,173,188). Sum of RGB (Red+Green+Blue) = 181+173+188=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADBC is #4A5243. Grayscale: #B1B1B1. Windows color (decimal): -4870724 or 12365237. OLE color: 12365237.
HSL color Cylindrical-coordinate representation of color #B5ADBC: hue angle of 272º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5ADBC is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 181 | 173 | 188 | - |
CMYK | 0.04 | 0.08 | 0 | 0.26 |
HSL | 272º | 0.1% | 0.71% | - |
HSV(B) | 272º | 0.08% | 0.74% | - |
XYZ | 43.08 | 43.34 | 53.67 | - |
YUV | 177.1 | 134.15 | 130.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 173 | 188 | 0.04 | 0.08 | 0 | 0.26 | 272 | 0.1 | 0.71 |
Hex | B5 | AD | BC | 4 | 8 | 0 | 1A | 110 | A | 47 |
Octal | 265 | 255 | 274 | 4 | 10 | 0 | 32 | 420 | 12 | 107 |
Binary | 10110101 | 10101101 | 10111100 | 100 | 1000 | 0 | 11010 | 100010000 | 1010 | 1000111 |
Color Harmonies of #B5ADBC
Complementary color
Monochromatic Colors of #B5ADBC
Black with #B5ADBC
Text Example
Text Example
White with #B5ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADBC; }
p { color: rgb(181,173,188); }
H1.HeaderClassName
{
color: #B5ADBC;
}
.AnyTagClassName
{
color: #B5ADBC;
}
</style>
background-color css
<style>
a { background-color: #B5ADBC; }
a { background-color: rgb(181,173,188); }
div.DivClassName
{
background-color: #B5ADBC;
}
.BgClassName
{
background-color: #B5ADBC;
}
</style>
border-color css
<style>
span { border-color: #B5ADBC; }
span { border-color: rgb(181,173,188); }
td.TdClassName
{
border-color: #B5ADBC;
}
.TagClassName
{
border-color: #B5ADBC;
}
</style>