Shades of Spindle #BBC1D1
Tints of Spindle #BBC1D1
RGB
CMYK
RGB Variations
Color information
#BBC1D1 (or 0xBBC1D1) is known color: Spindle. HEX triplet: BB, C1 and D1. RGB value is (187,193,209). Sum of RGB (Red+Green+Blue) = 187+193+209=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBC1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1D1 is #443E2E. Grayscale: #C0C0C0. Windows color (decimal): -4472367 or 13746619. OLE color: 13746619.
HSL color Cylindrical-coordinate representation of color #BBC1D1: hue angle of 223.64º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC1D1 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 193 | 209 | - |
CMYK | 0.11 | 0.08 | 0 | 0.18 |
HSL | 223.64º | 0.19% | 0.78% | - |
HSV(B) | 223.64º | 0.11% | 0.82% | - |
XYZ | 51.07 | 53.31 | 67.92 | - |
YUV | 193.03 | 137.01 | 123.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 193 | 209 | 0.11 | 0.08 | 0 | 0.18 | 223.64 | 0.19 | 0.78 |
Hex | BB | C1 | D1 | B | 8 | 0 | 12 | E0 | 13 | 4E |
Octal | 273 | 301 | 321 | 13 | 10 | 0 | 22 | 340 | 23 | 116 |
Binary | 10111011 | 11000001 | 11010001 | 1011 | 1000 | 0 | 10010 | 11100000 | 10011 | 1001110 |
Color Harmonies of #BBC1D1
Complementary color
Monochromatic Colors of #BBC1D1
Black with #BBC1D1
Text Example
Text Example
White with #BBC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1D1; }
p { color: rgb(187,193,209); }
H1.HeaderClassName
{
color: #BBC1D1;
}
.AnyTagClassName
{
color: #BBC1D1;
}
</style>
background-color css
<style>
a { background-color: #BBC1D1; }
a { background-color: rgb(187,193,209); }
div.DivClassName
{
background-color: #BBC1D1;
}
.BgClassName
{
background-color: #BBC1D1;
}
</style>
border-color css
<style>
span { border-color: #BBC1D1; }
span { border-color: rgb(187,193,209); }
td.TdClassName
{
border-color: #BBC1D1;
}
.TagClassName
{
border-color: #BBC1D1;
}
</style>