Shades of Spindle #BFCCD2
Tints of Spindle #BFCCD2
RGB
CMYK
RGB Variations
Color information
#BFCCD2 (or 0xBFCCD2) is known color: Spindle. HEX triplet: BF, CC and D2. RGB value is (191,204,210). Sum of RGB (Red+Green+Blue) = 191+204+210=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD2 is #40332D. Grayscale: #C8C8C8. Windows color (decimal): -4207406 or 13814975. OLE color: 13814975.
HSL color Cylindrical-coordinate representation of color #BFCCD2: hue angle of 198.95º 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 #BFCCD2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 204 | 210 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.18 |
| HSL | 198.95º | 0.17% | 0.79% | - |
| HSV(B) | 198.95º | 0.09% | 0.82% | - |
| XYZ | 54.71 | 58.92 | 69.46 | - |
| YUV | 200.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 210 | 0.09 | 0.03 | 0 | 0.18 | 198.95 | 0.17 | 0.79 |
| Hex | BF | CC | D2 | 9 | 3 | 0 | 12 | C7 | 11 | 4F |
| Octal | 277 | 314 | 322 | 11 | 3 | 0 | 22 | 307 | 21 | 117 |
| Binary | 10111111 | 11001100 | 11010010 | 1001 | 11 | 0 | 10010 | 11000111 | 10001 | 1001111 |
Color Harmonies of #BFCCD2
Complementary color
Monochromatic Colors of #BFCCD2
Black with #BFCCD2
Text Example
Text Example
White with #BFCCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCD2; }
p { color: rgb(191,204,210); }
H1.HeaderClassName
{
color: #BFCCD2;
}
.AnyTagClassName
{
color: #BFCCD2;
}
</style>
background-color css
<style>
a { background-color: #BFCCD2; }
a { background-color: rgb(191,204,210); }
div.DivClassName
{
background-color: #BFCCD2;
}
.BgClassName
{
background-color: #BFCCD2;
}
</style>
border-color css
<style>
span { border-color: #BFCCD2; }
span { border-color: rgb(191,204,210); }
td.TdClassName
{
border-color: #BFCCD2;
}
.TagClassName
{
border-color: #BFCCD2;
}
</style>