Shades of Spindle #BBCEDF
Tints of Spindle #BBCEDF
RGB
CMYK
RGB Variations
Color information
#BBCEDF (or 0xBBCEDF) is known color: Spindle. HEX triplet: BB, CE and DF. RGB value is (187,206,223). Sum of RGB (Red+Green+Blue) = 187+206+223=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBCEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEDF is #443120. Grayscale: #CACACA. Windows color (decimal): -4469025 or 14667451. OLE color: 14667451.
HSL color Cylindrical-coordinate representation of color #BBCEDF: hue angle of 208.33º degrees, saturation: 0.36, 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 #BBCEDF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 206 | 223 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.13 |
| HSL | 208.33º | 0.36% | 0.8% | - |
| HSV(B) | 208.33º | 0.16% | 0.87% | - |
| XYZ | 55.88 | 60.04 | 78.45 | - |
| YUV | 202.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 223 | 0.16 | 0.08 | 0 | 0.13 | 208.33 | 0.36 | 0.8 |
| Hex | BB | CE | DF | 10 | 8 | 0 | D | D0 | 24 | 50 |
| Octal | 273 | 316 | 337 | 20 | 10 | 0 | 15 | 320 | 44 | 120 |
| Binary | 10111011 | 11001110 | 11011111 | 10000 | 1000 | 0 | 1101 | 11010000 | 100100 | 1010000 |
Color Harmonies of #BBCEDF
Complementary color
Monochromatic Colors of #BBCEDF
Black with #BBCEDF
Text Example
Text Example
White with #BBCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEDF; }
p { color: rgb(187,206,223); }
H1.HeaderClassName
{
color: #BBCEDF;
}
.AnyTagClassName
{
color: #BBCEDF;
}
</style>
background-color css
<style>
a { background-color: #BBCEDF; }
a { background-color: rgb(187,206,223); }
div.DivClassName
{
background-color: #BBCEDF;
}
.BgClassName
{
background-color: #BBCEDF;
}
</style>
border-color css
<style>
span { border-color: #BBCEDF; }
span { border-color: rgb(187,206,223); }
td.TdClassName
{
border-color: #BBCEDF;
}
.TagClassName
{
border-color: #BBCEDF;
}
</style>