Shades of Spindle #BFD1DD
Tints of Spindle #BFD1DD
RGB
CMYK
RGB Variations
Color information
#BFD1DD (or 0xBFD1DD) is known color: Spindle. HEX triplet: BF, D1 and DD. RGB value is (191,209,221). Sum of RGB (Red+Green+Blue) = 191+209+221=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1DD is #402E22. Grayscale: #CCCCCC. Windows color (decimal): -4206115 or 14537151. OLE color: 14537151.
HSL color Cylindrical-coordinate representation of color #BFD1DD: hue angle of 204º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD1DD is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 209 | 221 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.13 |
| HSL | 204º | 0.31% | 0.81% | - |
| HSV(B) | 204º | 0.14% | 0.87% | - |
| XYZ | 57.34 | 61.9 | 77.33 | - |
| YUV | 204.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 221 | 0.14 | 0.05 | 0 | 0.13 | 204 | 0.31 | 0.81 |
| Hex | BF | D1 | DD | E | 5 | 0 | D | CC | 1F | 51 |
| Octal | 277 | 321 | 335 | 16 | 5 | 0 | 15 | 314 | 37 | 121 |
| Binary | 10111111 | 11010001 | 11011101 | 1110 | 101 | 0 | 1101 | 11001100 | 11111 | 1010001 |
Color Harmonies of #BFD1DD
Complementary color
Monochromatic Colors of #BFD1DD
Black with #BFD1DD
Text Example
Text Example
White with #BFD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1DD; }
p { color: rgb(191,209,221); }
H1.HeaderClassName
{
color: #BFD1DD;
}
.AnyTagClassName
{
color: #BFD1DD;
}
</style>
background-color css
<style>
a { background-color: #BFD1DD; }
a { background-color: rgb(191,209,221); }
div.DivClassName
{
background-color: #BFD1DD;
}
.BgClassName
{
background-color: #BFD1DD;
}
</style>
border-color css
<style>
span { border-color: #BFD1DD; }
span { border-color: rgb(191,209,221); }
td.TdClassName
{
border-color: #BFD1DD;
}
.TagClassName
{
border-color: #BFD1DD;
}
</style>