Shades of Spindle #BBCCDB
Tints of Spindle #BBCCDB
RGB
CMYK
RGB Variations
Color information
#BBCCDB (or 0xBBCCDB) is known color: Spindle. HEX triplet: BB, CC and DB. RGB value is (187,204,219). Sum of RGB (Red+Green+Blue) = 187+204+219=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCDB is #443324. Grayscale: #C8C8C8. Windows color (decimal): -4469541 or 14404795. OLE color: 14404795.
HSL color Cylindrical-coordinate representation of color #BBCCDB: hue angle of 208.12º degrees, saturation: 0.31, 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 #BBCCDB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 204 | 219 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.14 |
| HSL | 208.13º | 0.31% | 0.8% | - |
| HSV(B) | 208.13º | 0.15% | 0.86% | - |
| XYZ | 54.87 | 58.87 | 75.49 | - |
| YUV | 200.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 219 | 0.15 | 0.07 | 0 | 0.14 | 208.13 | 0.31 | 0.8 |
| Hex | BB | CC | DB | F | 7 | 0 | E | D0 | 1F | 50 |
| Octal | 273 | 314 | 333 | 17 | 7 | 0 | 16 | 320 | 37 | 120 |
| Binary | 10111011 | 11001100 | 11011011 | 1111 | 111 | 0 | 1110 | 11010000 | 11111 | 1010000 |
Color Harmonies of #BBCCDB
Complementary color
Monochromatic Colors of #BBCCDB
Black with #BBCCDB
Text Example
Text Example
White with #BBCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCDB; }
p { color: rgb(187,204,219); }
H1.HeaderClassName
{
color: #BBCCDB;
}
.AnyTagClassName
{
color: #BBCCDB;
}
</style>
background-color css
<style>
a { background-color: #BBCCDB; }
a { background-color: rgb(187,204,219); }
div.DivClassName
{
background-color: #BBCCDB;
}
.BgClassName
{
background-color: #BBCCDB;
}
</style>
border-color css
<style>
span { border-color: #BBCCDB; }
span { border-color: rgb(187,204,219); }
td.TdClassName
{
border-color: #BBCCDB;
}
.TagClassName
{
border-color: #BBCCDB;
}
</style>