Shades of Spindle #BFCDD8
Tints of Spindle #BFCDD8
RGB
CMYK
RGB Variations
Color information
#BFCDD8 (or 0xBFCDD8) is known color: Spindle. HEX triplet: BF, CD and D8. RGB value is (191,205,216). Sum of RGB (Red+Green+Blue) = 191+205+216=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFCDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDD8 is #403227. Grayscale: #CACACA. Windows color (decimal): -4207144 or 14208447. OLE color: 14208447.
HSL color Cylindrical-coordinate representation of color #BFCDD8: hue angle of 206.4º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCDD8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 205 | 216 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.15 |
| HSL | 206.4º | 0.24% | 0.8% | - |
| HSV(B) | 206.4º | 0.12% | 0.85% | - |
| XYZ | 55.71 | 59.7 | 73.55 | - |
| YUV | 202.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 216 | 0.12 | 0.05 | 0 | 0.15 | 206.4 | 0.24 | 0.8 |
| Hex | BF | CD | D8 | C | 5 | 0 | F | CE | 18 | 50 |
| Octal | 277 | 315 | 330 | 14 | 5 | 0 | 17 | 316 | 30 | 120 |
| Binary | 10111111 | 11001101 | 11011000 | 1100 | 101 | 0 | 1111 | 11001110 | 11000 | 1010000 |
Color Harmonies of #BFCDD8
Complementary color
Monochromatic Colors of #BFCDD8
Black with #BFCDD8
Text Example
Text Example
White with #BFCDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDD8; }
p { color: rgb(191,205,216); }
H1.HeaderClassName
{
color: #BFCDD8;
}
.AnyTagClassName
{
color: #BFCDD8;
}
</style>
background-color css
<style>
a { background-color: #BFCDD8; }
a { background-color: rgb(191,205,216); }
div.DivClassName
{
background-color: #BFCDD8;
}
.BgClassName
{
background-color: #BFCDD8;
}
</style>
border-color css
<style>
span { border-color: #BFCDD8; }
span { border-color: rgb(191,205,216); }
td.TdClassName
{
border-color: #BFCDD8;
}
.TagClassName
{
border-color: #BFCDD8;
}
</style>