Shades of Spindle #B4BCD3
Tints of Spindle #B4BCD3
RGB
CMYK
RGB Variations
Color information
#B4BCD3 (or 0xB4BCD3) is known color: Spindle. HEX triplet: B4, BC and D3. RGB value is (180,188,211). Sum of RGB (Red+Green+Blue) = 180+188+211=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 211 - color contains mainly: blue. Hex color #B4BCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCD3 is #4B432C. Grayscale: #BCBCBC. Windows color (decimal): -4932397 or 13876404. OLE color: 13876404.
HSL color Cylindrical-coordinate representation of color #B4BCD3: hue angle of 224.52º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4BCD3 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 188 | 211 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.17 |
| HSL | 224.52º | 0.26% | 0.77% | - |
| HSV(B) | 224.52º | 0.15% | 0.83% | - |
| XYZ | 48.56 | 50.37 | 68.79 | - |
| YUV | 188.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 211 | 0.15 | 0.11 | 0 | 0.17 | 224.52 | 0.26 | 0.77 |
| Hex | B4 | BC | D3 | F | B | 0 | 11 | E1 | 1A | 4D |
| Octal | 264 | 274 | 323 | 17 | 13 | 0 | 21 | 341 | 32 | 115 |
| Binary | 10110100 | 10111100 | 11010011 | 1111 | 1011 | 0 | 10001 | 11100001 | 11010 | 1001101 |
Color Harmonies of #B4BCD3
Complementary color
Monochromatic Colors of #B4BCD3
Black with #B4BCD3
Text Example
Text Example
White with #B4BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCD3; }
p { color: rgb(180,188,211); }
H1.HeaderClassName
{
color: #B4BCD3;
}
.AnyTagClassName
{
color: #B4BCD3;
}
</style>
background-color css
<style>
a { background-color: #B4BCD3; }
a { background-color: rgb(180,188,211); }
div.DivClassName
{
background-color: #B4BCD3;
}
.BgClassName
{
background-color: #B4BCD3;
}
</style>
border-color css
<style>
span { border-color: #B4BCD3; }
span { border-color: rgb(180,188,211); }
td.TdClassName
{
border-color: #B4BCD3;
}
.TagClassName
{
border-color: #B4BCD3;
}
</style>