Shades of Tiara #ABCCBD
Tints of Tiara #ABCCBD
RGB
CMYK
RGB Variations
Color information
#ABCCBD (or 0xABCCBD) is known color: Tiara. HEX triplet: AB, CC and BD. RGB value is (171,204,189). Sum of RGB (Red+Green+Blue) = 171+204+189=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCBD is #543342. Grayscale: #C0C0C0. Windows color (decimal): -5518147 or 12438699. OLE color: 12438699.
HSL color Cylindrical-coordinate representation of color #ABCCBD: hue angle of 152.73º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCBD is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 189 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.2 |
| HSL | 152.73º | 0.24% | 0.74% | - |
| HSV(B) | 152.73º | 0.16% | 0.8% | - |
| XYZ | 47.57 | 55.52 | 56.35 | - |
| YUV | 192.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 189 | 0.16 | 0 | 0.07 | 0.2 | 152.73 | 0.24 | 0.74 |
| Hex | AB | CC | BD | 10 | 0 | 7 | 14 | 99 | 18 | 4A |
| Octal | 253 | 314 | 275 | 20 | 0 | 7 | 24 | 231 | 30 | 112 |
| Binary | 10101011 | 11001100 | 10111101 | 10000 | 0 | 111 | 10100 | 10011001 | 11000 | 1001010 |
Color Harmonies of #ABCCBD
Complementary color
Monochromatic Colors of #ABCCBD
Black with #ABCCBD
Text Example
Text Example
White with #ABCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCBD; }
p { color: rgb(171,204,189); }
H1.HeaderClassName
{
color: #ABCCBD;
}
.AnyTagClassName
{
color: #ABCCBD;
}
</style>
background-color css
<style>
a { background-color: #ABCCBD; }
a { background-color: rgb(171,204,189); }
div.DivClassName
{
background-color: #ABCCBD;
}
.BgClassName
{
background-color: #ABCCBD;
}
</style>
border-color css
<style>
span { border-color: #ABCCBD; }
span { border-color: rgb(171,204,189); }
td.TdClassName
{
border-color: #ABCCBD;
}
.TagClassName
{
border-color: #ABCCBD;
}
</style>