Shades of Spindle #BDCFE1
Tints of Spindle #BDCFE1
RGB
CMYK
RGB Variations
Color information
#BDCFE1 (or 0xBDCFE1) is known color: Spindle. HEX triplet: BD, CF and E1. RGB value is (189,207,225). Sum of RGB (Red+Green+Blue) = 189+207+225=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFE1 is #42301E. Grayscale: #CBCBCB. Windows color (decimal): -4337695 or 14798781. OLE color: 14798781.
HSL color Cylindrical-coordinate representation of color #BDCFE1: hue angle of 210º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCFE1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 207 | 225 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.12 |
| HSL | 210º | 0.38% | 0.81% | - |
| HSV(B) | 210º | 0.16% | 0.88% | - |
| XYZ | 56.89 | 60.88 | 79.99 | - |
| YUV | 203.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 225 | 0.16 | 0.08 | 0 | 0.12 | 210 | 0.38 | 0.81 |
| Hex | BD | CF | E1 | 10 | 8 | 0 | C | D2 | 26 | 51 |
| Octal | 275 | 317 | 341 | 20 | 10 | 0 | 14 | 322 | 46 | 121 |
| Binary | 10111101 | 11001111 | 11100001 | 10000 | 1000 | 0 | 1100 | 11010010 | 100110 | 1010001 |
Color Harmonies of #BDCFE1
Complementary color
Monochromatic Colors of #BDCFE1
Black with #BDCFE1
Text Example
Text Example
White with #BDCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFE1; }
p { color: rgb(189,207,225); }
H1.HeaderClassName
{
color: #BDCFE1;
}
.AnyTagClassName
{
color: #BDCFE1;
}
</style>
background-color css
<style>
a { background-color: #BDCFE1; }
a { background-color: rgb(189,207,225); }
div.DivClassName
{
background-color: #BDCFE1;
}
.BgClassName
{
background-color: #BDCFE1;
}
</style>
border-color css
<style>
span { border-color: #BDCFE1; }
span { border-color: rgb(189,207,225); }
td.TdClassName
{
border-color: #BDCFE1;
}
.TagClassName
{
border-color: #BDCFE1;
}
</style>