Shades of Spindle #B5BCCD
Tints of Spindle #B5BCCD
RGB
CMYK
RGB Variations
Color information
#B5BCCD (or 0xB5BCCD) is known color: Spindle. HEX triplet: B5, BC and CD. RGB value is (181,188,205). Sum of RGB (Red+Green+Blue) = 181+188+205=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCCD is #4A4332. Grayscale: #BBBBBB. Windows color (decimal): -4866867 or 13483189. OLE color: 13483189.
HSL color Cylindrical-coordinate representation of color #B5BCCD: hue angle of 222.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5BCCD is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 188 | 205 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.20 |
| HSL | 222.5º | 0.19% | 0.76% | - |
| HSV(B) | 222.5º | 0.12% | 0.8% | - |
| XYZ | 48.06 | 50.2 | 64.91 | - |
| YUV | 187.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 205 | 0.12 | 0.08 | 0 | 0.20 | 222.5 | 0.19 | 0.76 |
| Hex | B5 | BC | CD | C | 8 | 0 | 14 | DE | 13 | 4C |
| Octal | 265 | 274 | 315 | 14 | 10 | 0 | 24 | 336 | 23 | 114 |
| Binary | 10110101 | 10111100 | 11001101 | 1100 | 1000 | 0 | 10100 | 11011110 | 10011 | 1001100 |
Color Harmonies of #B5BCCD
Complementary color
Monochromatic Colors of #B5BCCD
Black with #B5BCCD
Text Example
Text Example
White with #B5BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCCD; }
p { color: rgb(181,188,205); }
H1.HeaderClassName
{
color: #B5BCCD;
}
.AnyTagClassName
{
color: #B5BCCD;
}
</style>
background-color css
<style>
a { background-color: #B5BCCD; }
a { background-color: rgb(181,188,205); }
div.DivClassName
{
background-color: #B5BCCD;
}
.BgClassName
{
background-color: #B5BCCD;
}
</style>
border-color css
<style>
span { border-color: #B5BCCD; }
span { border-color: rgb(181,188,205); }
td.TdClassName
{
border-color: #B5BCCD;
}
.TagClassName
{
border-color: #B5BCCD;
}
</style>