Shades of Chatelle #BBAEC3
Tints of Chatelle #BBAEC3
RGB
CMYK
RGB Variations
Color information
#BBAEC3 (or 0xBBAEC3) is known color: Chatelle. HEX triplet: BB, AE and C3. RGB value is (187,174,195). Sum of RGB (Red+Green+Blue) = 187+174+195=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC3 is #44513C. Grayscale: #B4B4B4. Windows color (decimal): -4477245 or 12824251. OLE color: 12824251.
HSL color Cylindrical-coordinate representation of color #BBAEC3: hue angle of 277.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBAEC3 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 174 | 195 | - |
CMYK | 0.04 | 0.11 | 0 | 0.24 |
HSL | 277.14º | 0.15% | 0.72% | - |
HSV(B) | 277.14º | 0.11% | 0.76% | - |
XYZ | 45.48 | 44.78 | 57.88 | - |
YUV | 180.28 | 136.31 | 132.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 174 | 195 | 0.04 | 0.11 | 0 | 0.24 | 277.14 | 0.15 | 0.72 |
Hex | BB | AE | C3 | 4 | B | 0 | 18 | 115 | F | 48 |
Octal | 273 | 256 | 303 | 4 | 13 | 0 | 30 | 425 | 17 | 110 |
Binary | 10111011 | 10101110 | 11000011 | 100 | 1011 | 0 | 11000 | 100010101 | 1111 | 1001000 |
Color Harmonies of #BBAEC3
Complementary color
Monochromatic Colors of #BBAEC3
Black with #BBAEC3
Text Example
Text Example
White with #BBAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEC3; }
p { color: rgb(187,174,195); }
H1.HeaderClassName
{
color: #BBAEC3;
}
.AnyTagClassName
{
color: #BBAEC3;
}
</style>
background-color css
<style>
a { background-color: #BBAEC3; }
a { background-color: rgb(187,174,195); }
div.DivClassName
{
background-color: #BBAEC3;
}
.BgClassName
{
background-color: #BBAEC3;
}
</style>
border-color css
<style>
span { border-color: #BBAEC3; }
span { border-color: rgb(187,174,195); }
td.TdClassName
{
border-color: #BBAEC3;
}
.TagClassName
{
border-color: #BBAEC3;
}
</style>