Shades of Spindle #BFCBD3
Tints of Spindle #BFCBD3
RGB
CMYK
RGB Variations
Color information
#BFCBD3 (or 0xBFCBD3) is known color: Spindle. HEX triplet: BF, CB and D3. RGB value is (191,203,211). Sum of RGB (Red+Green+Blue) = 191+203+211=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFCBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBD3 is #40342C. Grayscale: #C8C8C8. Windows color (decimal): -4207661 or 13880255. OLE color: 13880255.
HSL color Cylindrical-coordinate representation of color #BFCBD3: hue angle of 204º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCBD3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 203 | 211 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.17 |
| HSL | 204º | 0.19% | 0.79% | - |
| HSV(B) | 204º | 0.09% | 0.83% | - |
| XYZ | 54.6 | 58.49 | 70.04 | - |
| YUV | 200.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 211 | 0.09 | 0.04 | 0 | 0.17 | 204 | 0.19 | 0.79 |
| Hex | BF | CB | D3 | 9 | 4 | 0 | 11 | CC | 13 | 4F |
| Octal | 277 | 313 | 323 | 11 | 4 | 0 | 21 | 314 | 23 | 117 |
| Binary | 10111111 | 11001011 | 11010011 | 1001 | 100 | 0 | 10001 | 11001100 | 10011 | 1001111 |
Color Harmonies of #BFCBD3
Complementary color
Monochromatic Colors of #BFCBD3
Black with #BFCBD3
Text Example
Text Example
White with #BFCBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBD3; }
p { color: rgb(191,203,211); }
H1.HeaderClassName
{
color: #BFCBD3;
}
.AnyTagClassName
{
color: #BFCBD3;
}
</style>
background-color css
<style>
a { background-color: #BFCBD3; }
a { background-color: rgb(191,203,211); }
div.DivClassName
{
background-color: #BFCBD3;
}
.BgClassName
{
background-color: #BFCBD3;
}
</style>
border-color css
<style>
span { border-color: #BFCBD3; }
span { border-color: rgb(191,203,211); }
td.TdClassName
{
border-color: #BFCBD3;
}
.TagClassName
{
border-color: #BFCBD3;
}
</style>