Shades of Spindle #BFCCD9
Tints of Spindle #BFCCD9
RGB
CMYK
RGB Variations
Color information
#BFCCD9 (or 0xBFCCD9) is known color: Spindle. HEX triplet: BF, CC and D9. RGB value is (191,204,217). Sum of RGB (Red+Green+Blue) = 191+204+217=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFCCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD9 is #403326. Grayscale: #C9C9C9. Windows color (decimal): -4207399 or 14273727. OLE color: 14273727.
HSL color Cylindrical-coordinate representation of color #BFCCD9: hue angle of 210º degrees, saturation: 0.25, 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 #BFCCD9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 191 | 204 | 217 | - |
CMYK | 0.12 | 0.06 | 0 | 0.15 |
HSL | 210º | 0.25% | 0.8% | - |
HSV(B) | 210º | 0.12% | 0.85% | - |
XYZ | 55.6 | 59.27 | 74.16 | - |
YUV | 201.6 | 136.69 | 120.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 204 | 217 | 0.12 | 0.06 | 0 | 0.15 | 210 | 0.25 | 0.8 |
Hex | BF | CC | D9 | C | 6 | 0 | F | D2 | 19 | 50 |
Octal | 277 | 314 | 331 | 14 | 6 | 0 | 17 | 322 | 31 | 120 |
Binary | 10111111 | 11001100 | 11011001 | 1100 | 110 | 0 | 1111 | 11010010 | 11001 | 1010000 |
Color Harmonies of #BFCCD9
Complementary color
Monochromatic Colors of #BFCCD9
Black with #BFCCD9
Text Example
Text Example
White with #BFCCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCD9; }
p { color: rgb(191,204,217); }
H1.HeaderClassName
{
color: #BFCCD9;
}
.AnyTagClassName
{
color: #BFCCD9;
}
</style>
background-color css
<style>
a { background-color: #BFCCD9; }
a { background-color: rgb(191,204,217); }
div.DivClassName
{
background-color: #BFCCD9;
}
.BgClassName
{
background-color: #BFCCD9;
}
</style>
border-color css
<style>
span { border-color: #BFCCD9; }
span { border-color: rgb(191,204,217); }
td.TdClassName
{
border-color: #BFCCD9;
}
.TagClassName
{
border-color: #BFCCD9;
}
</style>