Shades of Spindle #BBC3D5
Tints of Spindle #BBC3D5
RGB
CMYK
RGB Variations
Color information
#BBC3D5 (or 0xBBC3D5) is known color: Spindle. HEX triplet: BB, C3 and D5. RGB value is (187,195,213). Sum of RGB (Red+Green+Blue) = 187+195+213=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3D5 is #443C2A. Grayscale: #C2C2C2. Windows color (decimal): -4471851 or 14009275. OLE color: 14009275.
HSL color Cylindrical-coordinate representation of color #BBC3D5: hue angle of 221.54º 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 #BBC3D5 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 195 | 213 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.16 |
| HSL | 221.54º | 0.24% | 0.78% | - |
| HSV(B) | 221.54º | 0.12% | 0.84% | - |
| XYZ | 52.02 | 54.4 | 70.71 | - |
| YUV | 194.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 213 | 0.12 | 0.08 | 0 | 0.16 | 221.54 | 0.24 | 0.78 |
| Hex | BB | C3 | D5 | C | 8 | 0 | 10 | DE | 18 | 4E |
| Octal | 273 | 303 | 325 | 14 | 10 | 0 | 20 | 336 | 30 | 116 |
| Binary | 10111011 | 11000011 | 11010101 | 1100 | 1000 | 0 | 10000 | 11011110 | 11000 | 1001110 |
Color Harmonies of #BBC3D5
Complementary color
Monochromatic Colors of #BBC3D5
Black with #BBC3D5
Text Example
Text Example
White with #BBC3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3D5; }
p { color: rgb(187,195,213); }
H1.HeaderClassName
{
color: #BBC3D5;
}
.AnyTagClassName
{
color: #BBC3D5;
}
</style>
background-color css
<style>
a { background-color: #BBC3D5; }
a { background-color: rgb(187,195,213); }
div.DivClassName
{
background-color: #BBC3D5;
}
.BgClassName
{
background-color: #BBC3D5;
}
</style>
border-color css
<style>
span { border-color: #BBC3D5; }
span { border-color: rgb(187,195,213); }
td.TdClassName
{
border-color: #BBC3D5;
}
.TagClassName
{
border-color: #BBC3D5;
}
</style>