Shades of Spindle #B4BFD3
Tints of Spindle #B4BFD3
RGB
CMYK
RGB Variations
Color information
#B4BFD3 (or 0xB4BFD3) is known color: Spindle. HEX triplet: B4, BF and D3. RGB value is (180,191,211). Sum of RGB (Red+Green+Blue) = 180+191+211=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 211 - color contains mainly: blue. Hex color #B4BFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFD3 is #4B402C. Grayscale: #BDBDBD. Windows color (decimal): -4931629 or 13877172. OLE color: 13877172.
HSL color Cylindrical-coordinate representation of color #B4BFD3: hue angle of 218.71º 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 #B4BFD3 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 191 | 211 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.17 |
| HSL | 218.71º | 0.26% | 0.77% | - |
| HSV(B) | 218.71º | 0.15% | 0.83% | - |
| XYZ | 49.21 | 51.67 | 69.01 | - |
| YUV | 189.99 | 139.86 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 211 | 0.15 | 0.09 | 0 | 0.17 | 218.71 | 0.26 | 0.77 |
| Hex | B4 | BF | D3 | F | 9 | 0 | 11 | DB | 1A | 4D |
| Octal | 264 | 277 | 323 | 17 | 11 | 0 | 21 | 333 | 32 | 115 |
| Binary | 10110100 | 10111111 | 11010011 | 1111 | 1001 | 0 | 10001 | 11011011 | 11010 | 1001101 |
Color Harmonies of #B4BFD3
Complementary color
Monochromatic Colors of #B4BFD3
Black with #B4BFD3
Text Example
Text Example
White with #B4BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFD3; }
p { color: rgb(180,191,211); }
H1.HeaderClassName
{
color: #B4BFD3;
}
.AnyTagClassName
{
color: #B4BFD3;
}
</style>
background-color css
<style>
a { background-color: #B4BFD3; }
a { background-color: rgb(180,191,211); }
div.DivClassName
{
background-color: #B4BFD3;
}
.BgClassName
{
background-color: #B4BFD3;
}
</style>
border-color css
<style>
span { border-color: #B4BFD3; }
span { border-color: rgb(180,191,211); }
td.TdClassName
{
border-color: #B4BFD3;
}
.TagClassName
{
border-color: #B4BFD3;
}
</style>