Shades of Spindle #B1BCCD
Tints of Spindle #B1BCCD
RGB
CMYK
RGB Variations
Color information
#B1BCCD (or 0xB1BCCD) is known color: Spindle. HEX triplet: B1, BC and CD. RGB value is (177,188,205). Sum of RGB (Red+Green+Blue) = 177+188+205=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCCD is #4E4332. Grayscale: #BABABA. Windows color (decimal): -5129011 or 13483185. OLE color: 13483185.
HSL color Cylindrical-coordinate representation of color #B1BCCD: hue angle of 216.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1BCCD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 188 | 205 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.20 |
| HSL | 216.43º | 0.22% | 0.75% | - |
| HSV(B) | 216.43º | 0.14% | 0.8% | - |
| XYZ | 47.13 | 49.72 | 64.87 | - |
| YUV | 186.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 205 | 0.14 | 0.08 | 0 | 0.20 | 216.43 | 0.22 | 0.75 |
| Hex | B1 | BC | CD | E | 8 | 0 | 14 | D8 | 16 | 4B |
| Octal | 261 | 274 | 315 | 16 | 10 | 0 | 24 | 330 | 26 | 113 |
| Binary | 10110001 | 10111100 | 11001101 | 1110 | 1000 | 0 | 10100 | 11011000 | 10110 | 1001011 |
Color Harmonies of #B1BCCD
Complementary color
Monochromatic Colors of #B1BCCD
Black with #B1BCCD
Text Example
Text Example
White with #B1BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BCCD; }
p { color: rgb(177,188,205); }
H1.HeaderClassName
{
color: #B1BCCD;
}
.AnyTagClassName
{
color: #B1BCCD;
}
</style>
background-color css
<style>
a { background-color: #B1BCCD; }
a { background-color: rgb(177,188,205); }
div.DivClassName
{
background-color: #B1BCCD;
}
.BgClassName
{
background-color: #B1BCCD;
}
</style>
border-color css
<style>
span { border-color: #B1BCCD; }
span { border-color: rgb(177,188,205); }
td.TdClassName
{
border-color: #B1BCCD;
}
.TagClassName
{
border-color: #B1BCCD;
}
</style>