Shades of Chatelle #B899C2
Tints of Chatelle #B899C2
RGB
CMYK
RGB Variations
Color information
#B899C2 (or 0xB899C2) is known color: Chatelle. HEX triplet: B8, 99 and C2. RGB value is (184,153,194). Sum of RGB (Red+Green+Blue) = 184+153+194=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #B899C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899C2 is #47663D. Grayscale: #A6A6A6. Windows color (decimal): -4679230 or 12753336. OLE color: 12753336.
HSL color Cylindrical-coordinate representation of color #B899C2: hue angle of 285.37º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B899C2 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 153 | 194 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.24 |
| HSL | 285.37º | 0.25% | 0.68% | - |
| HSV(B) | 285.37º | 0.21% | 0.76% | - |
| XYZ | 40.9 | 36.87 | 56 | - |
| YUV | 166.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 194 | 0.05 | 0.21 | 0 | 0.24 | 285.37 | 0.25 | 0.68 |
| Hex | B8 | 99 | C2 | 5 | 15 | 0 | 18 | 11D | 19 | 44 |
| Octal | 270 | 231 | 302 | 5 | 25 | 0 | 30 | 435 | 31 | 104 |
| Binary | 10111000 | 10011001 | 11000010 | 101 | 10101 | 0 | 11000 | 100011101 | 11001 | 1000100 |
Color Harmonies of #B899C2
Complementary color
Monochromatic Colors of #B899C2
Black with #B899C2
Text Example
Text Example
White with #B899C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899C2; }
p { color: rgb(184,153,194); }
H1.HeaderClassName
{
color: #B899C2;
}
.AnyTagClassName
{
color: #B899C2;
}
</style>
background-color css
<style>
a { background-color: #B899C2; }
a { background-color: rgb(184,153,194); }
div.DivClassName
{
background-color: #B899C2;
}
.BgClassName
{
background-color: #B899C2;
}
</style>
border-color css
<style>
span { border-color: #B899C2; }
span { border-color: rgb(184,153,194); }
td.TdClassName
{
border-color: #B899C2;
}
.TagClassName
{
border-color: #B899C2;
}
</style>