Shades of Spindle #BFCCD6
Tints of Spindle #BFCCD6
RGB
CMYK
RGB Variations
Color information
#BFCCD6 (or 0xBFCCD6) is known color: Spindle. HEX triplet: BF, CC and D6. RGB value is (191,204,214). Sum of RGB (Red+Green+Blue) = 191+204+214=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFCCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD6 is #403329. Grayscale: #C9C9C9. Windows color (decimal): -4207402 or 14077119. OLE color: 14077119.
HSL color Cylindrical-coordinate representation of color #BFCCD6: hue angle of 206.09º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFCCD6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 204 | 214 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.16 |
| HSL | 206.09º | 0.22% | 0.79% | - |
| HSV(B) | 206.09º | 0.11% | 0.84% | - |
| XYZ | 55.22 | 59.12 | 72.12 | - |
| YUV | 201.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 214 | 0.11 | 0.05 | 0 | 0.16 | 206.09 | 0.22 | 0.79 |
| Hex | BF | CC | D6 | B | 5 | 0 | 10 | CE | 16 | 4F |
| Octal | 277 | 314 | 326 | 13 | 5 | 0 | 20 | 316 | 26 | 117 |
| Binary | 10111111 | 11001100 | 11010110 | 1011 | 101 | 0 | 10000 | 11001110 | 10110 | 1001111 |
Color Harmonies of #BFCCD6
Complementary color
Monochromatic Colors of #BFCCD6
Black with #BFCCD6
Text Example
Text Example
White with #BFCCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCD6; }
p { color: rgb(191,204,214); }
H1.HeaderClassName
{
color: #BFCCD6;
}
.AnyTagClassName
{
color: #BFCCD6;
}
</style>
background-color css
<style>
a { background-color: #BFCCD6; }
a { background-color: rgb(191,204,214); }
div.DivClassName
{
background-color: #BFCCD6;
}
.BgClassName
{
background-color: #BFCCD6;
}
</style>
border-color css
<style>
span { border-color: #BFCCD6; }
span { border-color: rgb(191,204,214); }
td.TdClassName
{
border-color: #BFCCD6;
}
.TagClassName
{
border-color: #BFCCD6;
}
</style>