Shades of Spindle #B4BDD0
Tints of Spindle #B4BDD0
RGB
CMYK
RGB Variations
Color information
#B4BDD0 (or 0xB4BDD0) is known color: Spindle. HEX triplet: B4, BD and D0. RGB value is (180,189,208). Sum of RGB (Red+Green+Blue) = 180+189+208=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #B4BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDD0 is #4B422F. Grayscale: #BCBCBC. Windows color (decimal): -4932144 or 13680052. OLE color: 13680052.
HSL color Cylindrical-coordinate representation of color #B4BDD0: hue angle of 220.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4BDD0 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 189 | 208 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.18 |
| HSL | 220.71º | 0.23% | 0.76% | - |
| HSV(B) | 220.71º | 0.13% | 0.82% | - |
| XYZ | 48.41 | 50.65 | 66.9 | - |
| YUV | 188.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 208 | 0.13 | 0.09 | 0 | 0.18 | 220.71 | 0.23 | 0.76 |
| Hex | B4 | BD | D0 | D | 9 | 0 | 12 | DD | 17 | 4C |
| Octal | 264 | 275 | 320 | 15 | 11 | 0 | 22 | 335 | 27 | 114 |
| Binary | 10110100 | 10111101 | 11010000 | 1101 | 1001 | 0 | 10010 | 11011101 | 10111 | 1001100 |
Color Harmonies of #B4BDD0
Complementary color
Monochromatic Colors of #B4BDD0
Black with #B4BDD0
Text Example
Text Example
White with #B4BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BDD0; }
p { color: rgb(180,189,208); }
H1.HeaderClassName
{
color: #B4BDD0;
}
.AnyTagClassName
{
color: #B4BDD0;
}
</style>
background-color css
<style>
a { background-color: #B4BDD0; }
a { background-color: rgb(180,189,208); }
div.DivClassName
{
background-color: #B4BDD0;
}
.BgClassName
{
background-color: #B4BDD0;
}
</style>
border-color css
<style>
span { border-color: #B4BDD0; }
span { border-color: rgb(180,189,208); }
td.TdClassName
{
border-color: #B4BDD0;
}
.TagClassName
{
border-color: #B4BDD0;
}
</style>