Shades of Chatelle #BBA5C7
Tints of Chatelle #BBA5C7
RGB
CMYK
RGB Variations
Color information
#BBA5C7 (or 0xBBA5C7) is known color: Chatelle. HEX triplet: BB, A5 and C7. RGB value is (187,165,199). Sum of RGB (Red+Green+Blue) = 187+165+199=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBA5C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5C7 is #445A38. Grayscale: #AFAFAF. Windows color (decimal): -4479545 or 13084091. OLE color: 13084091.
HSL color Cylindrical-coordinate representation of color #BBA5C7: hue angle of 278.82º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBA5C7 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 165 | 199 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.22 |
| HSL | 278.82º | 0.23% | 0.71% | - |
| HSV(B) | 278.82º | 0.17% | 0.78% | - |
| XYZ | 44.26 | 41.6 | 59.73 | - |
| YUV | 175.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 199 | 0.06 | 0.17 | 0 | 0.22 | 278.82 | 0.23 | 0.71 |
| Hex | BB | A5 | C7 | 6 | 11 | 0 | 16 | 117 | 17 | 47 |
| Octal | 273 | 245 | 307 | 6 | 21 | 0 | 26 | 427 | 27 | 107 |
| Binary | 10111011 | 10100101 | 11000111 | 110 | 10001 | 0 | 10110 | 100010111 | 10111 | 1000111 |
Color Harmonies of #BBA5C7
Complementary color
Monochromatic Colors of #BBA5C7
Black with #BBA5C7
Text Example
Text Example
White with #BBA5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA5C7; }
p { color: rgb(187,165,199); }
H1.HeaderClassName
{
color: #BBA5C7;
}
.AnyTagClassName
{
color: #BBA5C7;
}
</style>
background-color css
<style>
a { background-color: #BBA5C7; }
a { background-color: rgb(187,165,199); }
div.DivClassName
{
background-color: #BBA5C7;
}
.BgClassName
{
background-color: #BBA5C7;
}
</style>
border-color css
<style>
span { border-color: #BBA5C7; }
span { border-color: rgb(187,165,199); }
td.TdClassName
{
border-color: #BBA5C7;
}
.TagClassName
{
border-color: #BBA5C7;
}
</style>