Shades of Tiara #ABCFBF
Tints of Tiara #ABCFBF
RGB
CMYK
RGB Variations
Color information
#ABCFBF (or 0xABCFBF) is known color: Tiara. HEX triplet: AB, CF and BF. RGB value is (171,207,191). Sum of RGB (Red+Green+Blue) = 171+207+191=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFBF is #543040. Grayscale: #C2C2C2. Windows color (decimal): -5517377 or 12570539. OLE color: 12570539.
HSL color Cylindrical-coordinate representation of color #ABCFBF: hue angle of 153.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFBF is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 191 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.19 |
| HSL | 153.33º | 0.27% | 0.74% | - |
| HSV(B) | 153.33º | 0.17% | 0.81% | - |
| XYZ | 48.51 | 57.05 | 57.74 | - |
| YUV | 194.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 191 | 0.17 | 0 | 0.08 | 0.19 | 153.33 | 0.27 | 0.74 |
| Hex | AB | CF | BF | 11 | 0 | 8 | 13 | 99 | 1B | 4A |
| Octal | 253 | 317 | 277 | 21 | 0 | 10 | 23 | 231 | 33 | 112 |
| Binary | 10101011 | 11001111 | 10111111 | 10001 | 0 | 1000 | 10011 | 10011001 | 11011 | 1001010 |
Color Harmonies of #ABCFBF
Complementary color
Monochromatic Colors of #ABCFBF
Black with #ABCFBF
Text Example
Text Example
White with #ABCFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFBF; }
p { color: rgb(171,207,191); }
H1.HeaderClassName
{
color: #ABCFBF;
}
.AnyTagClassName
{
color: #ABCFBF;
}
</style>
background-color css
<style>
a { background-color: #ABCFBF; }
a { background-color: rgb(171,207,191); }
div.DivClassName
{
background-color: #ABCFBF;
}
.BgClassName
{
background-color: #ABCFBF;
}
</style>
border-color css
<style>
span { border-color: #ABCFBF; }
span { border-color: rgb(171,207,191); }
td.TdClassName
{
border-color: #ABCFBF;
}
.TagClassName
{
border-color: #ABCFBF;
}
</style>