Shades of Spindle #BBC3D3
Tints of Spindle #BBC3D3
RGB
CMYK
RGB Variations
Color information
#BBC3D3 (or 0xBBC3D3) is known color: Spindle. HEX triplet: BB, C3 and D3. RGB value is (187,195,211). Sum of RGB (Red+Green+Blue) = 187+195+211=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBC3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3D3 is #443C2C. Grayscale: #C2C2C2. Windows color (decimal): -4471853 or 13878203. OLE color: 13878203.
HSL color Cylindrical-coordinate representation of color #BBC3D3: hue angle of 220º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC3D3 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 195 | 211 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.17 |
| HSL | 220º | 0.21% | 0.78% | - |
| HSV(B) | 220º | 0.11% | 0.83% | - |
| XYZ | 51.77 | 54.3 | 69.38 | - |
| YUV | 194.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 211 | 0.11 | 0.08 | 0 | 0.17 | 220 | 0.21 | 0.78 |
| Hex | BB | C3 | D3 | B | 8 | 0 | 11 | DC | 15 | 4E |
| Octal | 273 | 303 | 323 | 13 | 10 | 0 | 21 | 334 | 25 | 116 |
| Binary | 10111011 | 11000011 | 11010011 | 1011 | 1000 | 0 | 10001 | 11011100 | 10101 | 1001110 |
Color Harmonies of #BBC3D3
Complementary color
Monochromatic Colors of #BBC3D3
Black with #BBC3D3
Text Example
Text Example
White with #BBC3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3D3; }
p { color: rgb(187,195,211); }
H1.HeaderClassName
{
color: #BBC3D3;
}
.AnyTagClassName
{
color: #BBC3D3;
}
</style>
background-color css
<style>
a { background-color: #BBC3D3; }
a { background-color: rgb(187,195,211); }
div.DivClassName
{
background-color: #BBC3D3;
}
.BgClassName
{
background-color: #BBC3D3;
}
</style>
border-color css
<style>
span { border-color: #BBC3D3; }
span { border-color: rgb(187,195,211); }
td.TdClassName
{
border-color: #BBC3D3;
}
.TagClassName
{
border-color: #BBC3D3;
}
</style>