Shades of Chatelle #B69BC0
Tints of Chatelle #B69BC0
RGB
CMYK
RGB Variations
Color information
#B69BC0 (or 0xB69BC0) is known color: Chatelle. HEX triplet: B6, 9B and C0. RGB value is (182,155,192). Sum of RGB (Red+Green+Blue) = 182+155+192=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #B69BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BC0 is #49643F. Grayscale: #A7A7A7. Windows color (decimal): -4809792 or 12622774. OLE color: 12622774.
HSL color Cylindrical-coordinate representation of color #B69BC0: hue angle of 283.78º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B69BC0 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 155 | 192 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.25 |
| HSL | 283.78º | 0.23% | 0.68% | - |
| HSV(B) | 283.78º | 0.19% | 0.75% | - |
| XYZ | 40.53 | 37.19 | 54.91 | - |
| YUV | 167.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 155 | 192 | 0.05 | 0.19 | 0 | 0.25 | 283.78 | 0.23 | 0.68 |
| Hex | B6 | 9B | C0 | 5 | 13 | 0 | 19 | 11C | 17 | 44 |
| Octal | 266 | 233 | 300 | 5 | 23 | 0 | 31 | 434 | 27 | 104 |
| Binary | 10110110 | 10011011 | 11000000 | 101 | 10011 | 0 | 11001 | 100011100 | 10111 | 1000100 |
Color Harmonies of #B69BC0
Complementary color
Monochromatic Colors of #B69BC0
Black with #B69BC0
Text Example
Text Example
White with #B69BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69BC0; }
p { color: rgb(182,155,192); }
H1.HeaderClassName
{
color: #B69BC0;
}
.AnyTagClassName
{
color: #B69BC0;
}
</style>
background-color css
<style>
a { background-color: #B69BC0; }
a { background-color: rgb(182,155,192); }
div.DivClassName
{
background-color: #B69BC0;
}
.BgClassName
{
background-color: #B69BC0;
}
</style>
border-color css
<style>
span { border-color: #B69BC0; }
span { border-color: rgb(182,155,192); }
td.TdClassName
{
border-color: #B69BC0;
}
.TagClassName
{
border-color: #B69BC0;
}
</style>