Shades of Spindle #B2BCCD
Tints of Spindle #B2BCCD
RGB
CMYK
RGB Variations
Color information
#B2BCCD (or 0xB2BCCD) is known color: Spindle. HEX triplet: B2, BC and CD. RGB value is (178,188,205). Sum of RGB (Red+Green+Blue) = 178+188+205=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 188 (73.83% from 255 or 32.92% 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 #B2BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCCD is #4D4332. Grayscale: #BABABA. Windows color (decimal): -5063475 or 13483186. OLE color: 13483186.
HSL color Cylindrical-coordinate representation of color #B2BCCD: hue angle of 217.78º 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 #B2BCCD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 188 | 205 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.20 |
| HSL | 217.78º | 0.21% | 0.75% | - |
| HSV(B) | 217.78º | 0.13% | 0.8% | - |
| XYZ | 47.36 | 49.84 | 64.88 | - |
| YUV | 186.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 205 | 0.13 | 0.08 | 0 | 0.20 | 217.78 | 0.21 | 0.75 |
| Hex | B2 | BC | CD | D | 8 | 0 | 14 | DA | 15 | 4B |
| Octal | 262 | 274 | 315 | 15 | 10 | 0 | 24 | 332 | 25 | 113 |
| Binary | 10110010 | 10111100 | 11001101 | 1101 | 1000 | 0 | 10100 | 11011010 | 10101 | 1001011 |
Color Harmonies of #B2BCCD
Complementary color
Monochromatic Colors of #B2BCCD
Black with #B2BCCD
Text Example
Text Example
White with #B2BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCCD; }
p { color: rgb(178,188,205); }
H1.HeaderClassName
{
color: #B2BCCD;
}
.AnyTagClassName
{
color: #B2BCCD;
}
</style>
background-color css
<style>
a { background-color: #B2BCCD; }
a { background-color: rgb(178,188,205); }
div.DivClassName
{
background-color: #B2BCCD;
}
.BgClassName
{
background-color: #B2BCCD;
}
</style>
border-color css
<style>
span { border-color: #B2BCCD; }
span { border-color: rgb(178,188,205); }
td.TdClassName
{
border-color: #B2BCCD;
}
.TagClassName
{
border-color: #B2BCCD;
}
</style>