Shades of Botticelli #9BADB4
Tints of Botticelli #9BADB4
RGB
CMYK
RGB Variations
Color information
#9BADB4 (or 0x9BADB4) is known color: Botticelli. HEX triplet: 9B, AD and B4. RGB value is (155,173,180). Sum of RGB (Red+Green+Blue) = 155+173+180=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 180 - color contains mainly: blue. Hex color #9BADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADB4 is #64524B. Grayscale: #A8A8A8. Windows color (decimal): -6574668 or 11840923. OLE color: 11840923.
HSL color Cylindrical-coordinate representation of color #9BADB4: hue angle of 196.8º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BADB4 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 173 | 180 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.29 |
| HSL | 196.8º | 0.14% | 0.66% | - |
| HSV(B) | 196.8º | 0.14% | 0.71% | - |
| XYZ | 36.7 | 40.15 | 49 | - |
| YUV | 168.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 180 | 0.14 | 0.04 | 0 | 0.29 | 196.8 | 0.14 | 0.66 |
| Hex | 9B | AD | B4 | E | 4 | 0 | 1D | C5 | E | 42 |
| Octal | 233 | 255 | 264 | 16 | 4 | 0 | 35 | 305 | 16 | 102 |
| Binary | 10011011 | 10101101 | 10110100 | 1110 | 100 | 0 | 11101 | 11000101 | 1110 | 1000010 |
Color Harmonies of #9BADB4
Complementary color
Monochromatic Colors of #9BADB4
Black with #9BADB4
Text Example
Text Example
White with #9BADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BADB4; }
p { color: rgb(155,173,180); }
H1.HeaderClassName
{
color: #9BADB4;
}
.AnyTagClassName
{
color: #9BADB4;
}
</style>
background-color css
<style>
a { background-color: #9BADB4; }
a { background-color: rgb(155,173,180); }
div.DivClassName
{
background-color: #9BADB4;
}
.BgClassName
{
background-color: #9BADB4;
}
</style>
border-color css
<style>
span { border-color: #9BADB4; }
span { border-color: rgb(155,173,180); }
td.TdClassName
{
border-color: #9BADB4;
}
.TagClassName
{
border-color: #9BADB4;
}
</style>