Shades of Chatelle #BBAFC0
Tints of Chatelle #BBAFC0
RGB
CMYK
RGB Variations
Color information
#BBAFC0 (or 0xBBAFC0) is known color: Chatelle. HEX triplet: BB, AF and C0. RGB value is (187,175,192). Sum of RGB (Red+Green+Blue) = 187+175+192=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC0 is #44503F. Grayscale: #B4B4B4. Windows color (decimal): -4476992 or 12627899. OLE color: 12627899.
HSL color Cylindrical-coordinate representation of color #BBAFC0: hue angle of 282.35º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBAFC0 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 175 | 192 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.25 |
| HSL | 282.35º | 0.12% | 0.72% | - |
| HSV(B) | 282.35º | 0.09% | 0.75% | - |
| XYZ | 45.34 | 45.03 | 56.17 | - |
| YUV | 180.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 192 | 0.03 | 0.09 | 0 | 0.25 | 282.35 | 0.12 | 0.72 |
| Hex | BB | AF | C0 | 3 | 9 | 0 | 19 | 11A | C | 48 |
| Octal | 273 | 257 | 300 | 3 | 11 | 0 | 31 | 432 | 14 | 110 |
| Binary | 10111011 | 10101111 | 11000000 | 11 | 1001 | 0 | 11001 | 100011010 | 1100 | 1001000 |
Color Harmonies of #BBAFC0
Complementary color
Monochromatic Colors of #BBAFC0
Black with #BBAFC0
Text Example
Text Example
White with #BBAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFC0; }
p { color: rgb(187,175,192); }
H1.HeaderClassName
{
color: #BBAFC0;
}
.AnyTagClassName
{
color: #BBAFC0;
}
</style>
background-color css
<style>
a { background-color: #BBAFC0; }
a { background-color: rgb(187,175,192); }
div.DivClassName
{
background-color: #BBAFC0;
}
.BgClassName
{
background-color: #BBAFC0;
}
</style>
border-color css
<style>
span { border-color: #BBAFC0; }
span { border-color: rgb(187,175,192); }
td.TdClassName
{
border-color: #BBAFC0;
}
.TagClassName
{
border-color: #BBAFC0;
}
</style>