Shades of Spindle #BBCCD5
Tints of Spindle #BBCCD5
RGB
CMYK
RGB Variations
Color information
#BBCCD5 (or 0xBBCCD5) is known color: Spindle. HEX triplet: BB, CC and D5. RGB value is (187,204,213). Sum of RGB (Red+Green+Blue) = 187+204+213=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD5 is #44332A. Grayscale: #C7C7C7. Windows color (decimal): -4469547 or 14011579. OLE color: 14011579.
HSL color Cylindrical-coordinate representation of color #BBCCD5: hue angle of 200.77º 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 #BBCCD5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 204 | 213 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.16 |
| HSL | 200.77º | 0.24% | 0.78% | - |
| HSV(B) | 200.77º | 0.12% | 0.84% | - |
| XYZ | 54.1 | 58.55 | 71.4 | - |
| YUV | 199.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 213 | 0.12 | 0.04 | 0 | 0.16 | 200.77 | 0.24 | 0.78 |
| Hex | BB | CC | D5 | C | 4 | 0 | 10 | C9 | 18 | 4E |
| Octal | 273 | 314 | 325 | 14 | 4 | 0 | 20 | 311 | 30 | 116 |
| Binary | 10111011 | 11001100 | 11010101 | 1100 | 100 | 0 | 10000 | 11001001 | 11000 | 1001110 |
Color Harmonies of #BBCCD5
Complementary color
Monochromatic Colors of #BBCCD5
Black with #BBCCD5
Text Example
Text Example
White with #BBCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCD5; }
p { color: rgb(187,204,213); }
H1.HeaderClassName
{
color: #BBCCD5;
}
.AnyTagClassName
{
color: #BBCCD5;
}
</style>
background-color css
<style>
a { background-color: #BBCCD5; }
a { background-color: rgb(187,204,213); }
div.DivClassName
{
background-color: #BBCCD5;
}
.BgClassName
{
background-color: #BBCCD5;
}
</style>
border-color css
<style>
span { border-color: #BBCCD5; }
span { border-color: rgb(187,204,213); }
td.TdClassName
{
border-color: #BBCCD5;
}
.TagClassName
{
border-color: #BBCCD5;
}
</style>