Shades of Spindle #BFCBD2
Tints of Spindle #BFCBD2
RGB
CMYK
RGB Variations
Color information
#BFCBD2 (or 0xBFCBD2) is known color: Spindle. HEX triplet: BF, CB and D2. RGB value is (191,203,210). Sum of RGB (Red+Green+Blue) = 191+203+210=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFCBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBD2 is #40342D. Grayscale: #C8C8C8. Windows color (decimal): -4207662 or 13814719. OLE color: 13814719.
HSL color Cylindrical-coordinate representation of color #BFCBD2: hue angle of 202.11º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCBD2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 203 | 210 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.18 |
| HSL | 202.11º | 0.17% | 0.79% | - |
| HSV(B) | 202.11º | 0.09% | 0.82% | - |
| XYZ | 54.47 | 58.44 | 69.38 | - |
| YUV | 200.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 210 | 0.09 | 0.03 | 0 | 0.18 | 202.11 | 0.17 | 0.79 |
| Hex | BF | CB | D2 | 9 | 3 | 0 | 12 | CA | 11 | 4F |
| Octal | 277 | 313 | 322 | 11 | 3 | 0 | 22 | 312 | 21 | 117 |
| Binary | 10111111 | 11001011 | 11010010 | 1001 | 11 | 0 | 10010 | 11001010 | 10001 | 1001111 |
Color Harmonies of #BFCBD2
Complementary color
Monochromatic Colors of #BFCBD2
Black with #BFCBD2
Text Example
Text Example
White with #BFCBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBD2; }
p { color: rgb(191,203,210); }
H1.HeaderClassName
{
color: #BFCBD2;
}
.AnyTagClassName
{
color: #BFCBD2;
}
</style>
background-color css
<style>
a { background-color: #BFCBD2; }
a { background-color: rgb(191,203,210); }
div.DivClassName
{
background-color: #BFCBD2;
}
.BgClassName
{
background-color: #BFCBD2;
}
</style>
border-color css
<style>
span { border-color: #BFCBD2; }
span { border-color: rgb(191,203,210); }
td.TdClassName
{
border-color: #BFCBD2;
}
.TagClassName
{
border-color: #BFCBD2;
}
</style>