Shades of Spindle #B3BBCD
Tints of Spindle #B3BBCD
RGB
CMYK
RGB Variations
Color information
#B3BBCD (or 0xB3BBCD) is known color: Spindle. HEX triplet: B3, BB and CD. RGB value is (179,187,205). Sum of RGB (Red+Green+Blue) = 179+187+205=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBCD is #4C4432. Grayscale: #BABABA. Windows color (decimal): -4998195 or 13482931. OLE color: 13482931.
HSL color Cylindrical-coordinate representation of color #B3BBCD: hue angle of 221.54º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3BBCD is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 187 | 205 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.20 |
| HSL | 221.54º | 0.21% | 0.75% | - |
| HSV(B) | 221.54º | 0.13% | 0.8% | - |
| XYZ | 47.38 | 49.53 | 64.82 | - |
| YUV | 186.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 205 | 0.13 | 0.09 | 0 | 0.20 | 221.54 | 0.21 | 0.75 |
| Hex | B3 | BB | CD | D | 9 | 0 | 14 | DE | 15 | 4B |
| Octal | 263 | 273 | 315 | 15 | 11 | 0 | 24 | 336 | 25 | 113 |
| Binary | 10110011 | 10111011 | 11001101 | 1101 | 1001 | 0 | 10100 | 11011110 | 10101 | 1001011 |
Color Harmonies of #B3BBCD
Complementary color
Monochromatic Colors of #B3BBCD
Black with #B3BBCD
Text Example
Text Example
White with #B3BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBCD; }
p { color: rgb(179,187,205); }
H1.HeaderClassName
{
color: #B3BBCD;
}
.AnyTagClassName
{
color: #B3BBCD;
}
</style>
background-color css
<style>
a { background-color: #B3BBCD; }
a { background-color: rgb(179,187,205); }
div.DivClassName
{
background-color: #B3BBCD;
}
.BgClassName
{
background-color: #B3BBCD;
}
</style>
border-color css
<style>
span { border-color: #B3BBCD; }
span { border-color: rgb(179,187,205); }
td.TdClassName
{
border-color: #B3BBCD;
}
.TagClassName
{
border-color: #B3BBCD;
}
</style>