Shades of Spindle #B4BFD2
Tints of Spindle #B4BFD2
RGB
CMYK
RGB Variations
Color information
#B4BFD2 (or 0xB4BFD2) is known color: Spindle. HEX triplet: B4, BF and D2. RGB value is (180,191,210). Sum of RGB (Red+Green+Blue) = 180+191+210=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 210 - color contains mainly: blue. Hex color #B4BFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFD2 is #4B402D. Grayscale: #BDBDBD. Windows color (decimal): -4931630 or 13811636. OLE color: 13811636.
HSL color Cylindrical-coordinate representation of color #B4BFD2: hue angle of 218º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4BFD2 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 191 | 210 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.18 |
| HSL | 218º | 0.25% | 0.76% | - |
| HSV(B) | 218º | 0.14% | 0.82% | - |
| XYZ | 49.09 | 51.62 | 68.35 | - |
| YUV | 189.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 210 | 0.14 | 0.09 | 0 | 0.18 | 218 | 0.25 | 0.76 |
| Hex | B4 | BF | D2 | E | 9 | 0 | 12 | DA | 19 | 4C |
| Octal | 264 | 277 | 322 | 16 | 11 | 0 | 22 | 332 | 31 | 114 |
| Binary | 10110100 | 10111111 | 11010010 | 1110 | 1001 | 0 | 10010 | 11011010 | 11001 | 1001100 |
Color Harmonies of #B4BFD2
Complementary color
Monochromatic Colors of #B4BFD2
Black with #B4BFD2
Text Example
Text Example
White with #B4BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFD2; }
p { color: rgb(180,191,210); }
H1.HeaderClassName
{
color: #B4BFD2;
}
.AnyTagClassName
{
color: #B4BFD2;
}
</style>
background-color css
<style>
a { background-color: #B4BFD2; }
a { background-color: rgb(180,191,210); }
div.DivClassName
{
background-color: #B4BFD2;
}
.BgClassName
{
background-color: #B4BFD2;
}
</style>
border-color css
<style>
span { border-color: #B4BFD2; }
span { border-color: rgb(180,191,210); }
td.TdClassName
{
border-color: #B4BFD2;
}
.TagClassName
{
border-color: #B4BFD2;
}
</style>