Shades of Chatelle #B399BB
Tints of Chatelle #B399BB
RGB
CMYK
RGB Variations
Color information
#B399BB (or 0xB399BB) is known color: Chatelle. HEX triplet: B3, 99 and BB. RGB value is (179,153,187). Sum of RGB (Red+Green+Blue) = 179+153+187=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #B399BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399BB is #4C6644. Grayscale: #A4A4A4. Windows color (decimal): -5006917 or 12294579. OLE color: 12294579.
HSL color Cylindrical-coordinate representation of color #B399BB: hue angle of 285.88º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B399BB is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 153 | 187 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.27 |
| HSL | 285.88º | 0.2% | 0.67% | - |
| HSV(B) | 285.88º | 0.18% | 0.73% | - |
| XYZ | 38.95 | 35.95 | 51.9 | - |
| YUV | 164.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 187 | 0.04 | 0.18 | 0 | 0.27 | 285.88 | 0.2 | 0.67 |
| Hex | B3 | 99 | BB | 4 | 12 | 0 | 1B | 11E | 14 | 43 |
| Octal | 263 | 231 | 273 | 4 | 22 | 0 | 33 | 436 | 24 | 103 |
| Binary | 10110011 | 10011001 | 10111011 | 100 | 10010 | 0 | 11011 | 100011110 | 10100 | 1000011 |
Color Harmonies of #B399BB
Complementary color
Monochromatic Colors of #B399BB
Black with #B399BB
Text Example
Text Example
White with #B399BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B399BB; }
p { color: rgb(179,153,187); }
H1.HeaderClassName
{
color: #B399BB;
}
.AnyTagClassName
{
color: #B399BB;
}
</style>
background-color css
<style>
a { background-color: #B399BB; }
a { background-color: rgb(179,153,187); }
div.DivClassName
{
background-color: #B399BB;
}
.BgClassName
{
background-color: #B399BB;
}
</style>
border-color css
<style>
span { border-color: #B399BB; }
span { border-color: rgb(179,153,187); }
td.TdClassName
{
border-color: #B399BB;
}
.TagClassName
{
border-color: #B399BB;
}
</style>