Shades of Spindle #BBCFDE
Tints of Spindle #BBCFDE
RGB
CMYK
RGB Variations
Color information
#BBCFDE (or 0xBBCFDE) is known color: Spindle. HEX triplet: BB, CF and DE. RGB value is (187,207,222). Sum of RGB (Red+Green+Blue) = 187+207+222=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBCFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFDE is #443021. Grayscale: #CACACA. Windows color (decimal): -4468770 or 14602171. OLE color: 14602171.
HSL color Cylindrical-coordinate representation of color #BBCFDE: hue angle of 205.71º 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 #BBCFDE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 207 | 222 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.13 |
| HSL | 205.71º | 0.35% | 0.8% | - |
| HSV(B) | 205.71º | 0.16% | 0.87% | - |
| XYZ | 55.99 | 60.46 | 77.83 | - |
| YUV | 202.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 222 | 0.16 | 0.07 | 0 | 0.13 | 205.71 | 0.35 | 0.8 |
| Hex | BB | CF | DE | 10 | 7 | 0 | D | CE | 23 | 50 |
| Octal | 273 | 317 | 336 | 20 | 7 | 0 | 15 | 316 | 43 | 120 |
| Binary | 10111011 | 11001111 | 11011110 | 10000 | 111 | 0 | 1101 | 11001110 | 100011 | 1010000 |
Color Harmonies of #BBCFDE
Complementary color
Monochromatic Colors of #BBCFDE
Black with #BBCFDE
Text Example
Text Example
White with #BBCFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFDE; }
p { color: rgb(187,207,222); }
H1.HeaderClassName
{
color: #BBCFDE;
}
.AnyTagClassName
{
color: #BBCFDE;
}
</style>
background-color css
<style>
a { background-color: #BBCFDE; }
a { background-color: rgb(187,207,222); }
div.DivClassName
{
background-color: #BBCFDE;
}
.BgClassName
{
background-color: #BBCFDE;
}
</style>
border-color css
<style>
span { border-color: #BBCFDE; }
span { border-color: rgb(187,207,222); }
td.TdClassName
{
border-color: #BBCFDE;
}
.TagClassName
{
border-color: #BBCFDE;
}
</style>