Shades of Spindle #BBCDDE
Tints of Spindle #BBCDDE
RGB
CMYK
RGB Variations
Color information
#BBCDDE (or 0xBBCDDE) is known color: Spindle. HEX triplet: BB, CD and DE. RGB value is (187,205,222). Sum of RGB (Red+Green+Blue) = 187+205+222=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBCDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDDE is #443221. Grayscale: #C9C9C9. Windows color (decimal): -4469282 or 14601659. OLE color: 14601659.
HSL color Cylindrical-coordinate representation of color #BBCDDE: hue angle of 209.14º 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 #BBCDDE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 205 | 222 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.13 |
| HSL | 209.14º | 0.35% | 0.8% | - |
| HSV(B) | 209.14º | 0.16% | 0.87% | - |
| XYZ | 55.51 | 59.5 | 77.67 | - |
| YUV | 201.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 222 | 0.16 | 0.08 | 0 | 0.13 | 209.14 | 0.35 | 0.8 |
| Hex | BB | CD | DE | 10 | 8 | 0 | D | D1 | 23 | 50 |
| Octal | 273 | 315 | 336 | 20 | 10 | 0 | 15 | 321 | 43 | 120 |
| Binary | 10111011 | 11001101 | 11011110 | 10000 | 1000 | 0 | 1101 | 11010001 | 100011 | 1010000 |
Color Harmonies of #BBCDDE
Complementary color
Monochromatic Colors of #BBCDDE
Black with #BBCDDE
Text Example
Text Example
White with #BBCDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDDE; }
p { color: rgb(187,205,222); }
H1.HeaderClassName
{
color: #BBCDDE;
}
.AnyTagClassName
{
color: #BBCDDE;
}
</style>
background-color css
<style>
a { background-color: #BBCDDE; }
a { background-color: rgb(187,205,222); }
div.DivClassName
{
background-color: #BBCDDE;
}
.BgClassName
{
background-color: #BBCDDE;
}
</style>
border-color css
<style>
span { border-color: #BBCDDE; }
span { border-color: rgb(187,205,222); }
td.TdClassName
{
border-color: #BBCDDE;
}
.TagClassName
{
border-color: #BBCDDE;
}
</style>