Shades of Spindle #BBC5D6
Tints of Spindle #BBC5D6
RGB
CMYK
RGB Variations
Color information
#BBC5D6 (or 0xBBC5D6) is known color: Spindle. HEX triplet: BB, C5 and D6. RGB value is (187,197,214). Sum of RGB (Red+Green+Blue) = 187+197+214=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBC5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5D6 is #443A29. Grayscale: #C3C3C3. Windows color (decimal): -4471338 or 14075323. OLE color: 14075323.
HSL color Cylindrical-coordinate representation of color #BBC5D6: hue angle of 217.78º 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 #BBC5D6 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 187 | 197 | 214 | - |
CMYK | 0.13 | 0.08 | 0 | 0.16 |
HSL | 217.78º | 0.25% | 0.79% | - |
HSV(B) | 217.78º | 0.13% | 0.84% | - |
XYZ | 52.6 | 55.35 | 71.53 | - |
YUV | 195.95 | 138.19 | 121.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 197 | 214 | 0.13 | 0.08 | 0 | 0.16 | 217.78 | 0.25 | 0.79 |
Hex | BB | C5 | D6 | D | 8 | 0 | 10 | DA | 19 | 4F |
Octal | 273 | 305 | 326 | 15 | 10 | 0 | 20 | 332 | 31 | 117 |
Binary | 10111011 | 11000101 | 11010110 | 1101 | 1000 | 0 | 10000 | 11011010 | 11001 | 1001111 |
Color Harmonies of #BBC5D6
Complementary color
Monochromatic Colors of #BBC5D6
Black with #BBC5D6
Text Example
Text Example
White with #BBC5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5D6; }
p { color: rgb(187,197,214); }
H1.HeaderClassName
{
color: #BBC5D6;
}
.AnyTagClassName
{
color: #BBC5D6;
}
</style>
background-color css
<style>
a { background-color: #BBC5D6; }
a { background-color: rgb(187,197,214); }
div.DivClassName
{
background-color: #BBC5D6;
}
.BgClassName
{
background-color: #BBC5D6;
}
</style>
border-color css
<style>
span { border-color: #BBC5D6; }
span { border-color: rgb(187,197,214); }
td.TdClassName
{
border-color: #BBC5D6;
}
.TagClassName
{
border-color: #BBC5D6;
}
</style>