Shades of Spindle #BFCCD5
Tints of Spindle #BFCCD5
RGB
CMYK
RGB Variations
Color information
#BFCCD5 (or 0xBFCCD5) is known color: Spindle. HEX triplet: BF, CC and D5. RGB value is (191,204,213). Sum of RGB (Red+Green+Blue) = 191+204+213=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD5 is #40332A. Grayscale: #C9C9C9. Windows color (decimal): -4207403 or 14011583. OLE color: 14011583.
HSL color Cylindrical-coordinate representation of color #BFCCD5: hue angle of 204.55º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCCD5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 204 | 213 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.16 |
| HSL | 204.55º | 0.21% | 0.79% | - |
| HSV(B) | 204.55º | 0.1% | 0.84% | - |
| XYZ | 55.09 | 59.07 | 71.45 | - |
| YUV | 201.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 213 | 0.10 | 0.04 | 0 | 0.16 | 204.55 | 0.21 | 0.79 |
| Hex | BF | CC | D5 | A | 4 | 0 | 10 | CD | 15 | 4F |
| Octal | 277 | 314 | 325 | 12 | 4 | 0 | 20 | 315 | 25 | 117 |
| Binary | 10111111 | 11001100 | 11010101 | 1010 | 100 | 0 | 10000 | 11001101 | 10101 | 1001111 |
Color Harmonies of #BFCCD5
Complementary color
Monochromatic Colors of #BFCCD5
Black with #BFCCD5
Text Example
Text Example
White with #BFCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCD5; }
p { color: rgb(191,204,213); }
H1.HeaderClassName
{
color: #BFCCD5;
}
.AnyTagClassName
{
color: #BFCCD5;
}
</style>
background-color css
<style>
a { background-color: #BFCCD5; }
a { background-color: rgb(191,204,213); }
div.DivClassName
{
background-color: #BFCCD5;
}
.BgClassName
{
background-color: #BFCCD5;
}
</style>
border-color css
<style>
span { border-color: #BFCCD5; }
span { border-color: rgb(191,204,213); }
td.TdClassName
{
border-color: #BFCCD5;
}
.TagClassName
{
border-color: #BFCCD5;
}
</style>