Shades of Spindle #BFCDDA
Tints of Spindle #BFCDDA
RGB
CMYK
RGB Variations
Color information
#BFCDDA (or 0xBFCDDA) is known color: Spindle. HEX triplet: BF, CD and DA. RGB value is (191,205,218). Sum of RGB (Red+Green+Blue) = 191+205+218=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDDA is #403225. Grayscale: #CACACA. Windows color (decimal): -4207142 or 14339519. OLE color: 14339519.
HSL color Cylindrical-coordinate representation of color #BFCDDA: hue angle of 208.89º degrees, saturation: 0.27, 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 #BFCDDA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 205 | 218 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.15 |
| HSL | 208.89º | 0.27% | 0.8% | - |
| HSV(B) | 208.89º | 0.12% | 0.85% | - |
| XYZ | 55.97 | 59.8 | 74.92 | - |
| YUV | 202.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 218 | 0.12 | 0.06 | 0 | 0.15 | 208.89 | 0.27 | 0.8 |
| Hex | BF | CD | DA | C | 6 | 0 | F | D1 | 1B | 50 |
| Octal | 277 | 315 | 332 | 14 | 6 | 0 | 17 | 321 | 33 | 120 |
| Binary | 10111111 | 11001101 | 11011010 | 1100 | 110 | 0 | 1111 | 11010001 | 11011 | 1010000 |
Color Harmonies of #BFCDDA
Complementary color
Monochromatic Colors of #BFCDDA
Black with #BFCDDA
Text Example
Text Example
White with #BFCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDDA; }
p { color: rgb(191,205,218); }
H1.HeaderClassName
{
color: #BFCDDA;
}
.AnyTagClassName
{
color: #BFCDDA;
}
</style>
background-color css
<style>
a { background-color: #BFCDDA; }
a { background-color: rgb(191,205,218); }
div.DivClassName
{
background-color: #BFCDDA;
}
.BgClassName
{
background-color: #BFCDDA;
}
</style>
border-color css
<style>
span { border-color: #BFCDDA; }
span { border-color: rgb(191,205,218); }
td.TdClassName
{
border-color: #BFCDDA;
}
.TagClassName
{
border-color: #BFCDDA;
}
</style>