Shades of Chatelle #B69EC0
Tints of Chatelle #B69EC0
RGB
CMYK
RGB Variations
Color information
#B69EC0 (or 0xB69EC0) is known color: Chatelle. HEX triplet: B6, 9E and C0. RGB value is (182,158,192). Sum of RGB (Red+Green+Blue) = 182+158+192=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #B69EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EC0 is #49613F. Grayscale: #A8A8A8. Windows color (decimal): -4809024 or 12623542. OLE color: 12623542.
HSL color Cylindrical-coordinate representation of color #B69EC0: hue angle of 282.35º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B69EC0 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 158 | 192 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.25 |
| HSL | 282.35º | 0.21% | 0.69% | - |
| HSV(B) | 282.35º | 0.18% | 0.75% | - |
| XYZ | 41.03 | 38.2 | 55.08 | - |
| YUV | 169.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 158 | 192 | 0.05 | 0.18 | 0 | 0.25 | 282.35 | 0.21 | 0.69 |
| Hex | B6 | 9E | C0 | 5 | 12 | 0 | 19 | 11A | 15 | 45 |
| Octal | 266 | 236 | 300 | 5 | 22 | 0 | 31 | 432 | 25 | 105 |
| Binary | 10110110 | 10011110 | 11000000 | 101 | 10010 | 0 | 11001 | 100011010 | 10101 | 1000101 |
Color Harmonies of #B69EC0
Complementary color
Monochromatic Colors of #B69EC0
Black with #B69EC0
Text Example
Text Example
White with #B69EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69EC0; }
p { color: rgb(182,158,192); }
H1.HeaderClassName
{
color: #B69EC0;
}
.AnyTagClassName
{
color: #B69EC0;
}
</style>
background-color css
<style>
a { background-color: #B69EC0; }
a { background-color: rgb(182,158,192); }
div.DivClassName
{
background-color: #B69EC0;
}
.BgClassName
{
background-color: #B69EC0;
}
</style>
border-color css
<style>
span { border-color: #B69EC0; }
span { border-color: rgb(182,158,192); }
td.TdClassName
{
border-color: #B69EC0;
}
.TagClassName
{
border-color: #B69EC0;
}
</style>