Shades of Spindle #B3BCCD
Tints of Spindle #B3BCCD
RGB
CMYK
RGB Variations
Color information
#B3BCCD (or 0xB3BCCD) is known color: Spindle. HEX triplet: B3, BC and CD. RGB value is (179,188,205). Sum of RGB (Red+Green+Blue) = 179+188+205=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCCD is #4C4332. Grayscale: #BBBBBB. Windows color (decimal): -4997939 or 13483187. OLE color: 13483187.
HSL color Cylindrical-coordinate representation of color #B3BCCD: hue angle of 219.23º 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 #B3BCCD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 188 | 205 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.20 |
| HSL | 219.23º | 0.21% | 0.75% | - |
| HSV(B) | 219.23º | 0.13% | 0.8% | - |
| XYZ | 47.59 | 49.96 | 64.89 | - |
| YUV | 187.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 205 | 0.13 | 0.08 | 0 | 0.20 | 219.23 | 0.21 | 0.75 |
| Hex | B3 | BC | CD | D | 8 | 0 | 14 | DB | 15 | 4B |
| Octal | 263 | 274 | 315 | 15 | 10 | 0 | 24 | 333 | 25 | 113 |
| Binary | 10110011 | 10111100 | 11001101 | 1101 | 1000 | 0 | 10100 | 11011011 | 10101 | 1001011 |
Color Harmonies of #B3BCCD
Complementary color
Monochromatic Colors of #B3BCCD
Black with #B3BCCD
Text Example
Text Example
White with #B3BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BCCD; }
p { color: rgb(179,188,205); }
H1.HeaderClassName
{
color: #B3BCCD;
}
.AnyTagClassName
{
color: #B3BCCD;
}
</style>
background-color css
<style>
a { background-color: #B3BCCD; }
a { background-color: rgb(179,188,205); }
div.DivClassName
{
background-color: #B3BCCD;
}
.BgClassName
{
background-color: #B3BCCD;
}
</style>
border-color css
<style>
span { border-color: #B3BCCD; }
span { border-color: rgb(179,188,205); }
td.TdClassName
{
border-color: #B3BCCD;
}
.TagClassName
{
border-color: #B3BCCD;
}
</style>