Shades of Chatelle #B6A8BC
Tints of Chatelle #B6A8BC
RGB
CMYK
RGB Variations
Color information
#B6A8BC (or 0xB6A8BC) is known color: Chatelle. HEX triplet: B6, A8 and BC. RGB value is (182,168,188). Sum of RGB (Red+Green+Blue) = 182+168+188=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #B6A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A8BC is #495743. Grayscale: #AEAEAE. Windows color (decimal): -4806468 or 12363958. OLE color: 12363958.
HSL color Cylindrical-coordinate representation of color #B6A8BC: hue angle of 282º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6A8BC is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 182 | 168 | 188 | - |
CMYK | 0.03 | 0.11 | 0 | 0.26 |
HSL | 282º | 0.13% | 0.7% | - |
HSV(B) | 282º | 0.11% | 0.74% | - |
XYZ | 42.37 | 41.58 | 53.37 | - |
YUV | 174.47 | 135.64 | 133.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 168 | 188 | 0.03 | 0.11 | 0 | 0.26 | 282 | 0.13 | 0.7 |
Hex | B6 | A8 | BC | 3 | B | 0 | 1A | 11A | D | 46 |
Octal | 266 | 250 | 274 | 3 | 13 | 0 | 32 | 432 | 15 | 106 |
Binary | 10110110 | 10101000 | 10111100 | 11 | 1011 | 0 | 11010 | 100011010 | 1101 | 1000110 |
Color Harmonies of #B6A8BC
Complementary color
Monochromatic Colors of #B6A8BC
Black with #B6A8BC
Text Example
Text Example
White with #B6A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A8BC; }
p { color: rgb(182,168,188); }
H1.HeaderClassName
{
color: #B6A8BC;
}
.AnyTagClassName
{
color: #B6A8BC;
}
</style>
background-color css
<style>
a { background-color: #B6A8BC; }
a { background-color: rgb(182,168,188); }
div.DivClassName
{
background-color: #B6A8BC;
}
.BgClassName
{
background-color: #B6A8BC;
}
</style>
border-color css
<style>
span { border-color: #B6A8BC; }
span { border-color: rgb(182,168,188); }
td.TdClassName
{
border-color: #B6A8BC;
}
.TagClassName
{
border-color: #B6A8BC;
}
</style>