Shades of Chatelle #BBAEC2
Tints of Chatelle #BBAEC2
RGB
CMYK
RGB Variations
Color information
#BBAEC2 (or 0xBBAEC2) is known color: Chatelle. HEX triplet: BB, AE and C2. RGB value is (187,174,194). Sum of RGB (Red+Green+Blue) = 187+174+194=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC2 is #44513D. Grayscale: #B4B4B4. Windows color (decimal): -4477246 or 12758715. OLE color: 12758715.
HSL color Cylindrical-coordinate representation of color #BBAEC2: hue angle of 279º 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 #BBAEC2 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 174 | 194 | - |
CMYK | 0.04 | 0.10 | 0 | 0.24 |
HSL | 279º | 0.14% | 0.72% | - |
HSV(B) | 279º | 0.1% | 0.76% | - |
XYZ | 45.37 | 44.73 | 57.28 | - |
YUV | 180.17 | 135.81 | 132.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 174 | 194 | 0.04 | 0.10 | 0 | 0.24 | 279 | 0.14 | 0.72 |
Hex | BB | AE | C2 | 4 | A | 0 | 18 | 117 | E | 48 |
Octal | 273 | 256 | 302 | 4 | 12 | 0 | 30 | 427 | 16 | 110 |
Binary | 10111011 | 10101110 | 11000010 | 100 | 1010 | 0 | 11000 | 100010111 | 1110 | 1001000 |
Color Harmonies of #BBAEC2
Complementary color
Monochromatic Colors of #BBAEC2
Black with #BBAEC2
Text Example
Text Example
White with #BBAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEC2; }
p { color: rgb(187,174,194); }
H1.HeaderClassName
{
color: #BBAEC2;
}
.AnyTagClassName
{
color: #BBAEC2;
}
</style>
background-color css
<style>
a { background-color: #BBAEC2; }
a { background-color: rgb(187,174,194); }
div.DivClassName
{
background-color: #BBAEC2;
}
.BgClassName
{
background-color: #BBAEC2;
}
</style>
border-color css
<style>
span { border-color: #BBAEC2; }
span { border-color: rgb(187,174,194); }
td.TdClassName
{
border-color: #BBAEC2;
}
.TagClassName
{
border-color: #BBAEC2;
}
</style>