Shades of Tiara #ABCBBD
Tints of Tiara #ABCBBD
RGB
CMYK
RGB Variations
Color information
#ABCBBD (or 0xABCBBD) is known color: Tiara. HEX triplet: AB, CB and BD. RGB value is (171,203,189). Sum of RGB (Red+Green+Blue) = 171+203+189=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBBD is #543442. Grayscale: #BFBFBF. Windows color (decimal): -5518403 or 12438443. OLE color: 12438443.
HSL color Cylindrical-coordinate representation of color #ABCBBD: hue angle of 153.75º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCBBD is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 189 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.20 |
| HSL | 153.75º | 0.24% | 0.73% | - |
| HSV(B) | 153.75º | 0.16% | 0.8% | - |
| XYZ | 47.34 | 55.04 | 56.27 | - |
| YUV | 191.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 189 | 0.16 | 0 | 0.07 | 0.20 | 153.75 | 0.24 | 0.73 |
| Hex | AB | CB | BD | 10 | 0 | 7 | 14 | 9A | 18 | 49 |
| Octal | 253 | 313 | 275 | 20 | 0 | 7 | 24 | 232 | 30 | 111 |
| Binary | 10101011 | 11001011 | 10111101 | 10000 | 0 | 111 | 10100 | 10011010 | 11000 | 1001001 |
Color Harmonies of #ABCBBD
Complementary color
Monochromatic Colors of #ABCBBD
Black with #ABCBBD
Text Example
Text Example
White with #ABCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBBD; }
p { color: rgb(171,203,189); }
H1.HeaderClassName
{
color: #ABCBBD;
}
.AnyTagClassName
{
color: #ABCBBD;
}
</style>
background-color css
<style>
a { background-color: #ABCBBD; }
a { background-color: rgb(171,203,189); }
div.DivClassName
{
background-color: #ABCBBD;
}
.BgClassName
{
background-color: #ABCBBD;
}
</style>
border-color css
<style>
span { border-color: #ABCBBD; }
span { border-color: rgb(171,203,189); }
td.TdClassName
{
border-color: #ABCBBD;
}
.TagClassName
{
border-color: #ABCBBD;
}
</style>