Shades of Spindle #B1BDCC
Tints of Spindle #B1BDCC
RGB
CMYK
RGB Variations
Color information
#B1BDCC (or 0xB1BDCC) is known color: Spindle. HEX triplet: B1, BD and CC. RGB value is (177,189,204). Sum of RGB (Red+Green+Blue) = 177+189+204=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1BDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDCC is #4E4233. Grayscale: #BBBBBB. Windows color (decimal): -5128756 or 13417905. OLE color: 13417905.
HSL color Cylindrical-coordinate representation of color #B1BDCC: hue angle of 213.33º 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 #B1BDCC is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 189 | 204 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.2 |
| HSL | 213.33º | 0.21% | 0.75% | - |
| HSV(B) | 213.33º | 0.13% | 0.8% | - |
| XYZ | 47.23 | 50.1 | 64.31 | - |
| YUV | 187.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 204 | 0.13 | 0.07 | 0 | 0.2 | 213.33 | 0.21 | 0.75 |
| Hex | B1 | BD | CC | D | 7 | 0 | 14 | D5 | 15 | 4B |
| Octal | 261 | 275 | 314 | 15 | 7 | 0 | 24 | 325 | 25 | 113 |
| Binary | 10110001 | 10111101 | 11001100 | 1101 | 111 | 0 | 10100 | 11010101 | 10101 | 1001011 |
Color Harmonies of #B1BDCC
Complementary color
Monochromatic Colors of #B1BDCC
Black with #B1BDCC
Text Example
Text Example
White with #B1BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BDCC; }
p { color: rgb(177,189,204); }
H1.HeaderClassName
{
color: #B1BDCC;
}
.AnyTagClassName
{
color: #B1BDCC;
}
</style>
background-color css
<style>
a { background-color: #B1BDCC; }
a { background-color: rgb(177,189,204); }
div.DivClassName
{
background-color: #B1BDCC;
}
.BgClassName
{
background-color: #B1BDCC;
}
</style>
border-color css
<style>
span { border-color: #B1BDCC; }
span { border-color: rgb(177,189,204); }
td.TdClassName
{
border-color: #B1BDCC;
}
.TagClassName
{
border-color: #B1BDCC;
}
</style>