Shades of Chatelle #BBAFC1
Tints of Chatelle #BBAFC1
RGB
CMYK
RGB Variations
Color information
#BBAFC1 (or 0xBBAFC1) is known color: Chatelle. HEX triplet: BB, AF and C1. RGB value is (187,175,193). Sum of RGB (Red+Green+Blue) = 187+175+193=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFC1 is #44503E. Grayscale: #B4B4B4. Windows color (decimal): -4476991 or 12693435. OLE color: 12693435.
HSL color Cylindrical-coordinate representation of color #BBAFC1: hue angle of 280º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBAFC1 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 175 | 193 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.24 |
| HSL | 280º | 0.13% | 0.72% | - |
| HSV(B) | 280º | 0.09% | 0.76% | - |
| XYZ | 45.45 | 45.08 | 56.76 | - |
| YUV | 180.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 193 | 0.03 | 0.09 | 0 | 0.24 | 280 | 0.13 | 0.72 |
| Hex | BB | AF | C1 | 3 | 9 | 0 | 18 | 118 | D | 48 |
| Octal | 273 | 257 | 301 | 3 | 11 | 0 | 30 | 430 | 15 | 110 |
| Binary | 10111011 | 10101111 | 11000001 | 11 | 1001 | 0 | 11000 | 100011000 | 1101 | 1001000 |
Color Harmonies of #BBAFC1
Complementary color
Monochromatic Colors of #BBAFC1
Black with #BBAFC1
Text Example
Text Example
White with #BBAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFC1; }
p { color: rgb(187,175,193); }
H1.HeaderClassName
{
color: #BBAFC1;
}
.AnyTagClassName
{
color: #BBAFC1;
}
</style>
background-color css
<style>
a { background-color: #BBAFC1; }
a { background-color: rgb(187,175,193); }
div.DivClassName
{
background-color: #BBAFC1;
}
.BgClassName
{
background-color: #BBAFC1;
}
</style>
border-color css
<style>
span { border-color: #BBAFC1; }
span { border-color: rgb(187,175,193); }
td.TdClassName
{
border-color: #BBAFC1;
}
.TagClassName
{
border-color: #BBAFC1;
}
</style>