Shades of Chatelle #BBAEC0
Tints of Chatelle #BBAEC0
RGB
CMYK
RGB Variations
Color information
#BBAEC0 (or 0xBBAEC0) is known color: Chatelle. HEX triplet: BB, AE and C0. RGB value is (187,174,192). Sum of RGB (Red+Green+Blue) = 187+174+192=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC0 is #44513F. Grayscale: #B3B3B3. Windows color (decimal): -4477248 or 12627643. OLE color: 12627643.
HSL color Cylindrical-coordinate representation of color #BBAEC0: hue angle of 283.33º 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 #BBAEC0 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 187 | 174 | 192 | - |
CMYK | 0.03 | 0.09 | 0 | 0.25 |
HSL | 283.33º | 0.13% | 0.72% | - |
HSV(B) | 283.33º | 0.09% | 0.75% | - |
XYZ | 45.14 | 44.64 | 56.11 | - |
YUV | 179.94 | 134.81 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 174 | 192 | 0.03 | 0.09 | 0 | 0.25 | 283.33 | 0.13 | 0.72 |
Hex | BB | AE | C0 | 3 | 9 | 0 | 19 | 11B | C | 48 |
Octal | 273 | 256 | 300 | 3 | 11 | 0 | 31 | 433 | 14 | 110 |
Binary | 10111011 | 10101110 | 11000000 | 11 | 1001 | 0 | 11001 | 100011011 | 1100 | 1001000 |
Color Harmonies of #BBAEC0
Complementary color
Monochromatic Colors of #BBAEC0
Black with #BBAEC0
Text Example
Text Example
White with #BBAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEC0; }
p { color: rgb(187,174,192); }
H1.HeaderClassName
{
color: #BBAEC0;
}
.AnyTagClassName
{
color: #BBAEC0;
}
</style>
background-color css
<style>
a { background-color: #BBAEC0; }
a { background-color: rgb(187,174,192); }
div.DivClassName
{
background-color: #BBAEC0;
}
.BgClassName
{
background-color: #BBAEC0;
}
</style>
border-color css
<style>
span { border-color: #BBAEC0; }
span { border-color: rgb(187,174,192); }
td.TdClassName
{
border-color: #BBAEC0;
}
.TagClassName
{
border-color: #BBAEC0;
}
</style>