Shades of Chatelle #B69EC2
Tints of Chatelle #B69EC2
RGB
CMYK
RGB Variations
Color information
#B69EC2 (or 0xB69EC2) is known color: Chatelle. HEX triplet: B6, 9E and C2. RGB value is (182,158,194). Sum of RGB (Red+Green+Blue) = 182+158+194=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 194 - color contains mainly: blue. Hex color #B69EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EC2 is #49613D. Grayscale: #A9A9A9. Windows color (decimal): -4809022 or 12754614. OLE color: 12754614.
HSL color Cylindrical-coordinate representation of color #B69EC2: hue angle of 280º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B69EC2 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 158 | 194 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.24 |
| HSL | 280º | 0.23% | 0.69% | - |
| HSV(B) | 280º | 0.19% | 0.76% | - |
| XYZ | 41.26 | 38.29 | 56.26 | - |
| YUV | 169.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 158 | 194 | 0.06 | 0.19 | 0 | 0.24 | 280 | 0.23 | 0.69 |
| Hex | B6 | 9E | C2 | 6 | 13 | 0 | 18 | 118 | 17 | 45 |
| Octal | 266 | 236 | 302 | 6 | 23 | 0 | 30 | 430 | 27 | 105 |
| Binary | 10110110 | 10011110 | 11000010 | 110 | 10011 | 0 | 11000 | 100011000 | 10111 | 1000101 |
Color Harmonies of #B69EC2
Complementary color
Monochromatic Colors of #B69EC2
Black with #B69EC2
Text Example
Text Example
White with #B69EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69EC2; }
p { color: rgb(182,158,194); }
H1.HeaderClassName
{
color: #B69EC2;
}
.AnyTagClassName
{
color: #B69EC2;
}
</style>
background-color css
<style>
a { background-color: #B69EC2; }
a { background-color: rgb(182,158,194); }
div.DivClassName
{
background-color: #B69EC2;
}
.BgClassName
{
background-color: #B69EC2;
}
</style>
border-color css
<style>
span { border-color: #B69EC2; }
span { border-color: rgb(182,158,194); }
td.TdClassName
{
border-color: #B69EC2;
}
.TagClassName
{
border-color: #B69EC2;
}
</style>