Shades of Spindle #BBCDD6
Tints of Spindle #BBCDD6
RGB
CMYK
RGB Variations
Color information
#BBCDD6 (or 0xBBCDD6) is known color: Spindle. HEX triplet: BB, CD and D6. RGB value is (187,205,214). Sum of RGB (Red+Green+Blue) = 187+205+214=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDD6 is #443229. Grayscale: #C8C8C8. Windows color (decimal): -4469290 or 14077371. OLE color: 14077371.
HSL color Cylindrical-coordinate representation of color #BBCDD6: hue angle of 200º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCDD6 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 205 | 214 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.16 |
| HSL | 200º | 0.25% | 0.79% | - |
| HSV(B) | 200º | 0.13% | 0.84% | - |
| XYZ | 54.46 | 59.08 | 72.15 | - |
| YUV | 200.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 214 | 0.13 | 0.04 | 0 | 0.16 | 200 | 0.25 | 0.79 |
| Hex | BB | CD | D6 | D | 4 | 0 | 10 | C8 | 19 | 4F |
| Octal | 273 | 315 | 326 | 15 | 4 | 0 | 20 | 310 | 31 | 117 |
| Binary | 10111011 | 11001101 | 11010110 | 1101 | 100 | 0 | 10000 | 11001000 | 11001 | 1001111 |
Color Harmonies of #BBCDD6
Complementary color
Monochromatic Colors of #BBCDD6
Black with #BBCDD6
Text Example
Text Example
White with #BBCDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDD6; }
p { color: rgb(187,205,214); }
H1.HeaderClassName
{
color: #BBCDD6;
}
.AnyTagClassName
{
color: #BBCDD6;
}
</style>
background-color css
<style>
a { background-color: #BBCDD6; }
a { background-color: rgb(187,205,214); }
div.DivClassName
{
background-color: #BBCDD6;
}
.BgClassName
{
background-color: #BBCDD6;
}
</style>
border-color css
<style>
span { border-color: #BBCDD6; }
span { border-color: rgb(187,205,214); }
td.TdClassName
{
border-color: #BBCDD6;
}
.TagClassName
{
border-color: #BBCDD6;
}
</style>