Shades of Spindle #B3BBCB
Tints of Spindle #B3BBCB
RGB
CMYK
RGB Variations
Color information
#B3BBCB (or 0xB3BBCB) is known color: Spindle. HEX triplet: B3, BB and CB. RGB value is (179,187,203). Sum of RGB (Red+Green+Blue) = 179+187+203=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBCB is #4C4434. Grayscale: #BABABA. Windows color (decimal): -4998197 or 13351859. OLE color: 13351859.
HSL color Cylindrical-coordinate representation of color #B3BBCB: hue angle of 220º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3BBCB is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 187 | 203 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.20 |
| HSL | 220º | 0.19% | 0.75% | - |
| HSV(B) | 220º | 0.12% | 0.8% | - |
| XYZ | 47.14 | 49.44 | 63.56 | - |
| YUV | 186.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 203 | 0.12 | 0.08 | 0 | 0.20 | 220 | 0.19 | 0.75 |
| Hex | B3 | BB | CB | C | 8 | 0 | 14 | DC | 13 | 4B |
| Octal | 263 | 273 | 313 | 14 | 10 | 0 | 24 | 334 | 23 | 113 |
| Binary | 10110011 | 10111011 | 11001011 | 1100 | 1000 | 0 | 10100 | 11011100 | 10011 | 1001011 |
Color Harmonies of #B3BBCB
Complementary color
Monochromatic Colors of #B3BBCB
Black with #B3BBCB
Text Example
Text Example
White with #B3BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBCB; }
p { color: rgb(179,187,203); }
H1.HeaderClassName
{
color: #B3BBCB;
}
.AnyTagClassName
{
color: #B3BBCB;
}
</style>
background-color css
<style>
a { background-color: #B3BBCB; }
a { background-color: rgb(179,187,203); }
div.DivClassName
{
background-color: #B3BBCB;
}
.BgClassName
{
background-color: #B3BBCB;
}
</style>
border-color css
<style>
span { border-color: #B3BBCB; }
span { border-color: rgb(179,187,203); }
td.TdClassName
{
border-color: #B3BBCB;
}
.TagClassName
{
border-color: #B3BBCB;
}
</style>