Shades of Chatelle #BBADC1
Tints of Chatelle #BBADC1
RGB
CMYK
RGB Variations
Color information
#BBADC1 (or 0xBBADC1) is known color: Chatelle. HEX triplet: BB, AD and C1. RGB value is (187,173,193). Sum of RGB (Red+Green+Blue) = 187+173+193=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADC1 is #44523E. Grayscale: #B3B3B3. Windows color (decimal): -4477503 or 12692923. OLE color: 12692923.
HSL color Cylindrical-coordinate representation of color #BBADC1: hue angle of 282º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBADC1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 173 | 193 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.24 |
| HSL | 282º | 0.14% | 0.72% | - |
| HSV(B) | 282º | 0.1% | 0.76% | - |
| XYZ | 45.06 | 44.3 | 56.63 | - |
| YUV | 179.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 193 | 0.03 | 0.10 | 0 | 0.24 | 282 | 0.14 | 0.72 |
| Hex | BB | AD | C1 | 3 | A | 0 | 18 | 11A | E | 48 |
| Octal | 273 | 255 | 301 | 3 | 12 | 0 | 30 | 432 | 16 | 110 |
| Binary | 10111011 | 10101101 | 11000001 | 11 | 1010 | 0 | 11000 | 100011010 | 1110 | 1001000 |
Color Harmonies of #BBADC1
Complementary color
Monochromatic Colors of #BBADC1
Black with #BBADC1
Text Example
Text Example
White with #BBADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADC1; }
p { color: rgb(187,173,193); }
H1.HeaderClassName
{
color: #BBADC1;
}
.AnyTagClassName
{
color: #BBADC1;
}
</style>
background-color css
<style>
a { background-color: #BBADC1; }
a { background-color: rgb(187,173,193); }
div.DivClassName
{
background-color: #BBADC1;
}
.BgClassName
{
background-color: #BBADC1;
}
</style>
border-color css
<style>
span { border-color: #BBADC1; }
span { border-color: rgb(187,173,193); }
td.TdClassName
{
border-color: #BBADC1;
}
.TagClassName
{
border-color: #BBADC1;
}
</style>