Shades of Chatelle #B8A5C2
Tints of Chatelle #B8A5C2
RGB
CMYK
RGB Variations
Color information
#B8A5C2 (or 0xB8A5C2) is known color: Chatelle. HEX triplet: B8, A5 and C2. RGB value is (184,165,194). Sum of RGB (Red+Green+Blue) = 184+165+194=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 194 - color contains mainly: blue. Hex color #B8A5C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A5C2 is #475A3D. Grayscale: #ADADAD. Windows color (decimal): -4676158 or 12756408. OLE color: 12756408.
HSL color Cylindrical-coordinate representation of color #B8A5C2: hue angle of 279.31º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8A5C2 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 165 | 194 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.24 |
| HSL | 279.31º | 0.19% | 0.7% | - |
| HSV(B) | 279.31º | 0.15% | 0.76% | - |
| XYZ | 42.96 | 41 | 56.69 | - |
| YUV | 173.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 165 | 194 | 0.05 | 0.15 | 0 | 0.24 | 279.31 | 0.19 | 0.7 |
| Hex | B8 | A5 | C2 | 5 | F | 0 | 18 | 117 | 13 | 46 |
| Octal | 270 | 245 | 302 | 5 | 17 | 0 | 30 | 427 | 23 | 106 |
| Binary | 10111000 | 10100101 | 11000010 | 101 | 1111 | 0 | 11000 | 100010111 | 10011 | 1000110 |
Color Harmonies of #B8A5C2
Complementary color
Monochromatic Colors of #B8A5C2
Black with #B8A5C2
Text Example
Text Example
White with #B8A5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A5C2; }
p { color: rgb(184,165,194); }
H1.HeaderClassName
{
color: #B8A5C2;
}
.AnyTagClassName
{
color: #B8A5C2;
}
</style>
background-color css
<style>
a { background-color: #B8A5C2; }
a { background-color: rgb(184,165,194); }
div.DivClassName
{
background-color: #B8A5C2;
}
.BgClassName
{
background-color: #B8A5C2;
}
</style>
border-color css
<style>
span { border-color: #B8A5C2; }
span { border-color: rgb(184,165,194); }
td.TdClassName
{
border-color: #B8A5C2;
}
.TagClassName
{
border-color: #B8A5C2;
}
</style>