Shades of Spindle #B3BBC9
Tints of Spindle #B3BBC9
RGB
CMYK
RGB Variations
Color information
#B3BBC9 (or 0xB3BBC9) is known color: Spindle. HEX triplet: B3, BB and C9. RGB value is (179,187,201). Sum of RGB (Red+Green+Blue) = 179+187+201=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 201 - color contains mainly: blue. Hex color #B3BBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBC9 is #4C4436. Grayscale: #BABABA. Windows color (decimal): -4998199 or 13220787. OLE color: 13220787.
HSL color Cylindrical-coordinate representation of color #B3BBC9: hue angle of 218.18º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3BBC9 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 187 | 201 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.21 |
| HSL | 218.18º | 0.17% | 0.75% | - |
| HSV(B) | 218.18º | 0.11% | 0.79% | - |
| XYZ | 46.9 | 49.34 | 62.31 | - |
| YUV | 186.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 201 | 0.11 | 0.07 | 0 | 0.21 | 218.18 | 0.17 | 0.75 |
| Hex | B3 | BB | C9 | B | 7 | 0 | 15 | DA | 11 | 4B |
| Octal | 263 | 273 | 311 | 13 | 7 | 0 | 25 | 332 | 21 | 113 |
| Binary | 10110011 | 10111011 | 11001001 | 1011 | 111 | 0 | 10101 | 11011010 | 10001 | 1001011 |
Color Harmonies of #B3BBC9
Complementary color
Monochromatic Colors of #B3BBC9
Black with #B3BBC9
Text Example
Text Example
White with #B3BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBC9; }
p { color: rgb(179,187,201); }
H1.HeaderClassName
{
color: #B3BBC9;
}
.AnyTagClassName
{
color: #B3BBC9;
}
</style>
background-color css
<style>
a { background-color: #B3BBC9; }
a { background-color: rgb(179,187,201); }
div.DivClassName
{
background-color: #B3BBC9;
}
.BgClassName
{
background-color: #B3BBC9;
}
</style>
border-color css
<style>
span { border-color: #B3BBC9; }
span { border-color: rgb(179,187,201); }
td.TdClassName
{
border-color: #B3BBC9;
}
.TagClassName
{
border-color: #B3BBC9;
}
</style>