Shades of Spindle #BACBDE
Tints of Spindle #BACBDE
RGB
CMYK
RGB Variations
Color information
#BACBDE (or 0xBACBDE) is known color: Spindle. HEX triplet: BA, CB and DE. RGB value is (186,203,222). Sum of RGB (Red+Green+Blue) = 186+203+222=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #BACBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBDE is #453421. Grayscale: #C7C7C7. Windows color (decimal): -4535330 or 14601146. OLE color: 14601146.
HSL color Cylindrical-coordinate representation of color #BACBDE: hue angle of 211.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BACBDE is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 203 | 222 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.13 |
| HSL | 211.67º | 0.35% | 0.8% | - |
| HSV(B) | 211.67º | 0.16% | 0.87% | - |
| XYZ | 54.79 | 58.42 | 77.5 | - |
| YUV | 200.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 222 | 0.16 | 0.09 | 0 | 0.13 | 211.67 | 0.35 | 0.8 |
| Hex | BA | CB | DE | 10 | 9 | 0 | D | D4 | 23 | 50 |
| Octal | 272 | 313 | 336 | 20 | 11 | 0 | 15 | 324 | 43 | 120 |
| Binary | 10111010 | 11001011 | 11011110 | 10000 | 1001 | 0 | 1101 | 11010100 | 100011 | 1010000 |
Color Harmonies of #BACBDE
Complementary color
Monochromatic Colors of #BACBDE
Black with #BACBDE
Text Example
Text Example
White with #BACBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBDE; }
p { color: rgb(186,203,222); }
H1.HeaderClassName
{
color: #BACBDE;
}
.AnyTagClassName
{
color: #BACBDE;
}
</style>
background-color css
<style>
a { background-color: #BACBDE; }
a { background-color: rgb(186,203,222); }
div.DivClassName
{
background-color: #BACBDE;
}
.BgClassName
{
background-color: #BACBDE;
}
</style>
border-color css
<style>
span { border-color: #BACBDE; }
span { border-color: rgb(186,203,222); }
td.TdClassName
{
border-color: #BACBDE;
}
.TagClassName
{
border-color: #BACBDE;
}
</style>