Shades of Spindle #B2BFCD
Tints of Spindle #B2BFCD
RGB
CMYK
RGB Variations
Color information
#B2BFCD (or 0xB2BFCD) is known color: Spindle. HEX triplet: B2, BF and CD. RGB value is (178,191,205). Sum of RGB (Red+Green+Blue) = 178+191+205=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 191 (75% from 255 or 33.28% 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 #B2BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFCD is #4D4032. Grayscale: #BCBCBC. Windows color (decimal): -5062707 or 13483954. OLE color: 13483954.
HSL color Cylindrical-coordinate representation of color #B2BFCD: hue angle of 211.11º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2BFCD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 191 | 205 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.20 |
| HSL | 211.11º | 0.21% | 0.75% | - |
| HSV(B) | 211.11º | 0.13% | 0.8% | - |
| XYZ | 48.01 | 51.13 | 65.1 | - |
| YUV | 188.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 205 | 0.13 | 0.07 | 0 | 0.20 | 211.11 | 0.21 | 0.75 |
| Hex | B2 | BF | CD | D | 7 | 0 | 14 | D3 | 15 | 4B |
| Octal | 262 | 277 | 315 | 15 | 7 | 0 | 24 | 323 | 25 | 113 |
| Binary | 10110010 | 10111111 | 11001101 | 1101 | 111 | 0 | 10100 | 11010011 | 10101 | 1001011 |
Color Harmonies of #B2BFCD
Complementary color
Monochromatic Colors of #B2BFCD
Black with #B2BFCD
Text Example
Text Example
White with #B2BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFCD; }
p { color: rgb(178,191,205); }
H1.HeaderClassName
{
color: #B2BFCD;
}
.AnyTagClassName
{
color: #B2BFCD;
}
</style>
background-color css
<style>
a { background-color: #B2BFCD; }
a { background-color: rgb(178,191,205); }
div.DivClassName
{
background-color: #B2BFCD;
}
.BgClassName
{
background-color: #B2BFCD;
}
</style>
border-color css
<style>
span { border-color: #B2BFCD; }
span { border-color: rgb(178,191,205); }
td.TdClassName
{
border-color: #B2BFCD;
}
.TagClassName
{
border-color: #B2BFCD;
}
</style>