Shades of Spindle #BFD0DD
Tints of Spindle #BFD0DD
RGB
CMYK
RGB Variations
Color information
#BFD0DD (or 0xBFD0DD) is known color: Spindle. HEX triplet: BF, D0 and DD. RGB value is (191,208,221). Sum of RGB (Red+Green+Blue) = 191+208+221=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0DD is #402F22. Grayscale: #CCCCCC. Windows color (decimal): -4206371 or 14536895. OLE color: 14536895.
HSL color Cylindrical-coordinate representation of color #BFD0DD: hue angle of 206º 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 #BFD0DD is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 208 | 221 | - |
CMYK | 0.14 | 0.06 | 0 | 0.13 |
HSL | 206º | 0.31% | 0.81% | - |
HSV(B) | 206º | 0.14% | 0.87% | - |
XYZ | 57.09 | 61.41 | 77.25 | - |
YUV | 204.4 | 137.37 | 118.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 208 | 221 | 0.14 | 0.06 | 0 | 0.13 | 206 | 0.31 | 0.81 |
Hex | BF | D0 | DD | E | 6 | 0 | D | CE | 1F | 51 |
Octal | 277 | 320 | 335 | 16 | 6 | 0 | 15 | 316 | 37 | 121 |
Binary | 10111111 | 11010000 | 11011101 | 1110 | 110 | 0 | 1101 | 11001110 | 11111 | 1010001 |
Color Harmonies of #BFD0DD
Complementary color
Monochromatic Colors of #BFD0DD
Black with #BFD0DD
Text Example
Text Example
White with #BFD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0DD; }
p { color: rgb(191,208,221); }
H1.HeaderClassName
{
color: #BFD0DD;
}
.AnyTagClassName
{
color: #BFD0DD;
}
</style>
background-color css
<style>
a { background-color: #BFD0DD; }
a { background-color: rgb(191,208,221); }
div.DivClassName
{
background-color: #BFD0DD;
}
.BgClassName
{
background-color: #BFD0DD;
}
</style>
border-color css
<style>
span { border-color: #BFD0DD; }
span { border-color: rgb(191,208,221); }
td.TdClassName
{
border-color: #BFD0DD;
}
.TagClassName
{
border-color: #BFD0DD;
}
</style>