Shades of Spindle #BBCDDB
Tints of Spindle #BBCDDB
RGB
CMYK
RGB Variations
Color information
#BBCDDB (or 0xBBCDDB) is known color: Spindle. HEX triplet: BB, CD and DB. RGB value is (187,205,219). Sum of RGB (Red+Green+Blue) = 187+205+219=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDDB is #443224. Grayscale: #C9C9C9. Windows color (decimal): -4469285 or 14405051. OLE color: 14405051.
HSL color Cylindrical-coordinate representation of color #BBCDDB: hue angle of 206.25º 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 #BBCDDB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 205 | 219 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.14 |
| HSL | 206.25º | 0.31% | 0.8% | - |
| HSV(B) | 206.25º | 0.15% | 0.86% | - |
| XYZ | 55.11 | 59.34 | 75.57 | - |
| YUV | 201.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 219 | 0.15 | 0.06 | 0 | 0.14 | 206.25 | 0.31 | 0.8 |
| Hex | BB | CD | DB | F | 6 | 0 | E | CE | 1F | 50 |
| Octal | 273 | 315 | 333 | 17 | 6 | 0 | 16 | 316 | 37 | 120 |
| Binary | 10111011 | 11001101 | 11011011 | 1111 | 110 | 0 | 1110 | 11001110 | 11111 | 1010000 |
Color Harmonies of #BBCDDB
Complementary color
Monochromatic Colors of #BBCDDB
Black with #BBCDDB
Text Example
Text Example
White with #BBCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDDB; }
p { color: rgb(187,205,219); }
H1.HeaderClassName
{
color: #BBCDDB;
}
.AnyTagClassName
{
color: #BBCDDB;
}
</style>
background-color css
<style>
a { background-color: #BBCDDB; }
a { background-color: rgb(187,205,219); }
div.DivClassName
{
background-color: #BBCDDB;
}
.BgClassName
{
background-color: #BBCDDB;
}
</style>
border-color css
<style>
span { border-color: #BBCDDB; }
span { border-color: rgb(187,205,219); }
td.TdClassName
{
border-color: #BBCDDB;
}
.TagClassName
{
border-color: #BBCDDB;
}
</style>