Shades of Spindle #BBCDD5
Tints of Spindle #BBCDD5
RGB
CMYK
RGB Variations
Color information
#BBCDD5 (or 0xBBCDD5) is known color: Spindle. HEX triplet: BB, CD and D5. RGB value is (187,205,213). Sum of RGB (Red+Green+Blue) = 187+205+213=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBCDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDD5 is #44322A. Grayscale: #C8C8C8. Windows color (decimal): -4469291 or 14011835. OLE color: 14011835.
HSL color Cylindrical-coordinate representation of color #BBCDD5: hue angle of 198.46º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBCDD5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 205 | 213 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.16 |
| HSL | 198.46º | 0.24% | 0.78% | - |
| HSV(B) | 198.46º | 0.12% | 0.84% | - |
| XYZ | 54.34 | 59.03 | 71.48 | - |
| YUV | 200.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 213 | 0.12 | 0.04 | 0 | 0.16 | 198.46 | 0.24 | 0.78 |
| Hex | BB | CD | D5 | C | 4 | 0 | 10 | C6 | 18 | 4E |
| Octal | 273 | 315 | 325 | 14 | 4 | 0 | 20 | 306 | 30 | 116 |
| Binary | 10111011 | 11001101 | 11010101 | 1100 | 100 | 0 | 10000 | 11000110 | 11000 | 1001110 |
Color Harmonies of #BBCDD5
Complementary color
Monochromatic Colors of #BBCDD5
Black with #BBCDD5
Text Example
Text Example
White with #BBCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDD5; }
p { color: rgb(187,205,213); }
H1.HeaderClassName
{
color: #BBCDD5;
}
.AnyTagClassName
{
color: #BBCDD5;
}
</style>
background-color css
<style>
a { background-color: #BBCDD5; }
a { background-color: rgb(187,205,213); }
div.DivClassName
{
background-color: #BBCDD5;
}
.BgClassName
{
background-color: #BBCDD5;
}
</style>
border-color css
<style>
span { border-color: #BBCDD5; }
span { border-color: rgb(187,205,213); }
td.TdClassName
{
border-color: #BBCDD5;
}
.TagClassName
{
border-color: #BBCDD5;
}
</style>