Shades of Botticelli #98AEB3
Tints of Botticelli #98AEB3
RGB
CMYK
RGB Variations
Color information
#98AEB3 (or 0x98AEB3) is known color: Botticelli. HEX triplet: 98, AE and B3. RGB value is (152,174,179). Sum of RGB (Red+Green+Blue) = 152+174+179=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 179 - color contains mainly: blue. Hex color #98AEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEB3 is #67514C. Grayscale: #A7A7A7. Windows color (decimal): -6771021 or 11775640. OLE color: 11775640.
HSL color Cylindrical-coordinate representation of color #98AEB3: hue angle of 191.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98AEB3 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 174 | 179 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.30 |
| HSL | 191.11º | 0.15% | 0.65% | - |
| HSV(B) | 191.11º | 0.15% | 0.7% | - |
| XYZ | 36.22 | 40.2 | 48.5 | - |
| YUV | 167.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 174 | 179 | 0.15 | 0.03 | 0 | 0.30 | 191.11 | 0.15 | 0.65 |
| Hex | 98 | AE | B3 | F | 3 | 0 | 1E | BF | F | 41 |
| Octal | 230 | 256 | 263 | 17 | 3 | 0 | 36 | 277 | 17 | 101 |
| Binary | 10011000 | 10101110 | 10110011 | 1111 | 11 | 0 | 11110 | 10111111 | 1111 | 1000001 |
Color Harmonies of #98AEB3
Complementary color
Monochromatic Colors of #98AEB3
Black with #98AEB3
Text Example
Text Example
White with #98AEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AEB3; }
p { color: rgb(152,174,179); }
H1.HeaderClassName
{
color: #98AEB3;
}
.AnyTagClassName
{
color: #98AEB3;
}
</style>
background-color css
<style>
a { background-color: #98AEB3; }
a { background-color: rgb(152,174,179); }
div.DivClassName
{
background-color: #98AEB3;
}
.BgClassName
{
background-color: #98AEB3;
}
</style>
border-color css
<style>
span { border-color: #98AEB3; }
span { border-color: rgb(152,174,179); }
td.TdClassName
{
border-color: #98AEB3;
}
.TagClassName
{
border-color: #98AEB3;
}
</style>