Shades of Spindle #BBC4D6
Tints of Spindle #BBC4D6
RGB
CMYK
RGB Variations
Color information
#BBC4D6 (or 0xBBC4D6) is known color: Spindle. HEX triplet: BB, C4 and D6. RGB value is (187,196,214). Sum of RGB (Red+Green+Blue) = 187+196+214=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBC4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4D6 is #443B29. Grayscale: #C3C3C3. Windows color (decimal): -4471594 or 14075067. OLE color: 14075067.
HSL color Cylindrical-coordinate representation of color #BBC4D6: hue angle of 220º 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 #BBC4D6 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 196 | 214 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.16 |
| HSL | 220º | 0.25% | 0.79% | - |
| HSV(B) | 220º | 0.13% | 0.84% | - |
| XYZ | 52.37 | 54.9 | 71.45 | - |
| YUV | 195.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 214 | 0.13 | 0.08 | 0 | 0.16 | 220 | 0.25 | 0.79 |
| Hex | BB | C4 | D6 | D | 8 | 0 | 10 | DC | 19 | 4F |
| Octal | 273 | 304 | 326 | 15 | 10 | 0 | 20 | 334 | 31 | 117 |
| Binary | 10111011 | 11000100 | 11010110 | 1101 | 1000 | 0 | 10000 | 11011100 | 11001 | 1001111 |
Color Harmonies of #BBC4D6
Complementary color
Monochromatic Colors of #BBC4D6
Black with #BBC4D6
Text Example
Text Example
White with #BBC4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4D6; }
p { color: rgb(187,196,214); }
H1.HeaderClassName
{
color: #BBC4D6;
}
.AnyTagClassName
{
color: #BBC4D6;
}
</style>
background-color css
<style>
a { background-color: #BBC4D6; }
a { background-color: rgb(187,196,214); }
div.DivClassName
{
background-color: #BBC4D6;
}
.BgClassName
{
background-color: #BBC4D6;
}
</style>
border-color css
<style>
span { border-color: #BBC4D6; }
span { border-color: rgb(187,196,214); }
td.TdClassName
{
border-color: #BBC4D6;
}
.TagClassName
{
border-color: #BBC4D6;
}
</style>