Shades of Spindle #BDCFDF
Tints of Spindle #BDCFDF
RGB
CMYK
RGB Variations
Color information
#BDCFDF (or 0xBDCFDF) is known color: Spindle. HEX triplet: BD, CF and DF. RGB value is (189,207,223). Sum of RGB (Red+Green+Blue) = 189+207+223=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDCFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFDF is #423020. Grayscale: #CBCBCB. Windows color (decimal): -4337697 or 14667709. OLE color: 14667709.
HSL color Cylindrical-coordinate representation of color #BDCFDF: hue angle of 208.24º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDCFDF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 207 | 223 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.13 |
| HSL | 208.24º | 0.35% | 0.81% | - |
| HSV(B) | 208.24º | 0.15% | 0.87% | - |
| XYZ | 56.62 | 60.77 | 78.56 | - |
| YUV | 203.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 223 | 0.15 | 0.07 | 0 | 0.13 | 208.24 | 0.35 | 0.81 |
| Hex | BD | CF | DF | F | 7 | 0 | D | D0 | 23 | 51 |
| Octal | 275 | 317 | 337 | 17 | 7 | 0 | 15 | 320 | 43 | 121 |
| Binary | 10111101 | 11001111 | 11011111 | 1111 | 111 | 0 | 1101 | 11010000 | 100011 | 1010001 |
Color Harmonies of #BDCFDF
Complementary color
Monochromatic Colors of #BDCFDF
Black with #BDCFDF
Text Example
Text Example
White with #BDCFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFDF; }
p { color: rgb(189,207,223); }
H1.HeaderClassName
{
color: #BDCFDF;
}
.AnyTagClassName
{
color: #BDCFDF;
}
</style>
background-color css
<style>
a { background-color: #BDCFDF; }
a { background-color: rgb(189,207,223); }
div.DivClassName
{
background-color: #BDCFDF;
}
.BgClassName
{
background-color: #BDCFDF;
}
</style>
border-color css
<style>
span { border-color: #BDCFDF; }
span { border-color: rgb(189,207,223); }
td.TdClassName
{
border-color: #BDCFDF;
}
.TagClassName
{
border-color: #BDCFDF;
}
</style>