Shades of Spindle #BBCEDC
Tints of Spindle #BBCEDC
RGB
CMYK
RGB Variations
Color information
#BBCEDC (or 0xBBCEDC) is known color: Spindle. HEX triplet: BB, CE and DC. RGB value is (187,206,220). Sum of RGB (Red+Green+Blue) = 187+206+220=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEDC is #443123. Grayscale: #C9C9C9. Windows color (decimal): -4469028 or 14470843. OLE color: 14470843.
HSL color Cylindrical-coordinate representation of color #BBCEDC: hue angle of 205.45º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBCEDC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 206 | 220 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.14 |
| HSL | 205.45º | 0.32% | 0.8% | - |
| HSV(B) | 205.45º | 0.15% | 0.86% | - |
| XYZ | 55.48 | 59.87 | 76.34 | - |
| YUV | 201.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 220 | 0.15 | 0.06 | 0 | 0.14 | 205.45 | 0.32 | 0.8 |
| Hex | BB | CE | DC | F | 6 | 0 | E | CD | 20 | 50 |
| Octal | 273 | 316 | 334 | 17 | 6 | 0 | 16 | 315 | 40 | 120 |
| Binary | 10111011 | 11001110 | 11011100 | 1111 | 110 | 0 | 1110 | 11001101 | 100000 | 1010000 |
Color Harmonies of #BBCEDC
Complementary color
Monochromatic Colors of #BBCEDC
Black with #BBCEDC
Text Example
Text Example
White with #BBCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEDC; }
p { color: rgb(187,206,220); }
H1.HeaderClassName
{
color: #BBCEDC;
}
.AnyTagClassName
{
color: #BBCEDC;
}
</style>
background-color css
<style>
a { background-color: #BBCEDC; }
a { background-color: rgb(187,206,220); }
div.DivClassName
{
background-color: #BBCEDC;
}
.BgClassName
{
background-color: #BBCEDC;
}
</style>
border-color css
<style>
span { border-color: #BBCEDC; }
span { border-color: rgb(187,206,220); }
td.TdClassName
{
border-color: #BBCEDC;
}
.TagClassName
{
border-color: #BBCEDC;
}
</style>