Shades of Spindle #BBCCDE
Tints of Spindle #BBCCDE
RGB
CMYK
RGB Variations
Color information
#BBCCDE (or 0xBBCCDE) is known color: Spindle. HEX triplet: BB, CC and DE. RGB value is (187,204,222). Sum of RGB (Red+Green+Blue) = 187+204+222=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBCCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCDE is #443321. Grayscale: #C8C8C8. Windows color (decimal): -4469538 or 14601403. OLE color: 14601403.
HSL color Cylindrical-coordinate representation of color #BBCCDE: hue angle of 210.86º 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 #BBCCDE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 204 | 222 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.13 |
| HSL | 210.86º | 0.35% | 0.8% | - |
| HSV(B) | 210.86º | 0.16% | 0.87% | - |
| XYZ | 55.27 | 59.02 | 77.59 | - |
| YUV | 200.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 222 | 0.16 | 0.08 | 0 | 0.13 | 210.86 | 0.35 | 0.8 |
| Hex | BB | CC | DE | 10 | 8 | 0 | D | D3 | 23 | 50 |
| Octal | 273 | 314 | 336 | 20 | 10 | 0 | 15 | 323 | 43 | 120 |
| Binary | 10111011 | 11001100 | 11011110 | 10000 | 1000 | 0 | 1101 | 11010011 | 100011 | 1010000 |
Color Harmonies of #BBCCDE
Complementary color
Monochromatic Colors of #BBCCDE
Black with #BBCCDE
Text Example
Text Example
White with #BBCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCDE; }
p { color: rgb(187,204,222); }
H1.HeaderClassName
{
color: #BBCCDE;
}
.AnyTagClassName
{
color: #BBCCDE;
}
</style>
background-color css
<style>
a { background-color: #BBCCDE; }
a { background-color: rgb(187,204,222); }
div.DivClassName
{
background-color: #BBCCDE;
}
.BgClassName
{
background-color: #BBCCDE;
}
</style>
border-color css
<style>
span { border-color: #BBCCDE; }
span { border-color: rgb(187,204,222); }
td.TdClassName
{
border-color: #BBCCDE;
}
.TagClassName
{
border-color: #BBCCDE;
}
</style>