Shades of Botticelli #9BB0B4
Tints of Botticelli #9BB0B4
RGB
CMYK
RGB Variations
Color information
#9BB0B4 (or 0x9BB0B4) is known color: Botticelli. HEX triplet: 9B, B0 and B4. RGB value is (155,176,180). Sum of RGB (Red+Green+Blue) = 155+176+180=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #9BB0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0B4 is #644F4B. Grayscale: #AAAAAA. Windows color (decimal): -6573900 or 11841691. OLE color: 11841691.
HSL color Cylindrical-coordinate representation of color #9BB0B4: hue angle of 189.6º 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 #9BB0B4 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 176 | 180 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.29 |
| HSL | 189.6º | 0.14% | 0.66% | - |
| HSV(B) | 189.6º | 0.14% | 0.71% | - |
| XYZ | 37.28 | 41.31 | 49.19 | - |
| YUV | 170.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 180 | 0.14 | 0.02 | 0 | 0.29 | 189.6 | 0.14 | 0.66 |
| Hex | 9B | B0 | B4 | E | 2 | 0 | 1D | BE | E | 42 |
| Octal | 233 | 260 | 264 | 16 | 2 | 0 | 35 | 276 | 16 | 102 |
| Binary | 10011011 | 10110000 | 10110100 | 1110 | 10 | 0 | 11101 | 10111110 | 1110 | 1000010 |
Color Harmonies of #9BB0B4
Complementary color
Monochromatic Colors of #9BB0B4
Black with #9BB0B4
Text Example
Text Example
White with #9BB0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB0B4; }
p { color: rgb(155,176,180); }
H1.HeaderClassName
{
color: #9BB0B4;
}
.AnyTagClassName
{
color: #9BB0B4;
}
</style>
background-color css
<style>
a { background-color: #9BB0B4; }
a { background-color: rgb(155,176,180); }
div.DivClassName
{
background-color: #9BB0B4;
}
.BgClassName
{
background-color: #9BB0B4;
}
</style>
border-color css
<style>
span { border-color: #9BB0B4; }
span { border-color: rgb(155,176,180); }
td.TdClassName
{
border-color: #9BB0B4;
}
.TagClassName
{
border-color: #9BB0B4;
}
</style>