Shades of Spindle #BBC1CD
Tints of Spindle #BBC1CD
RGB
CMYK
RGB Variations
Color information
#BBC1CD (or 0xBBC1CD) is known color: Spindle. HEX triplet: BB, C1 and CD. RGB value is (187,193,205). Sum of RGB (Red+Green+Blue) = 187+193+205=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1CD is #443E32. Grayscale: #C0C0C0. Windows color (decimal): -4472371 or 13484475. OLE color: 13484475.
HSL color Cylindrical-coordinate representation of color #BBC1CD: hue angle of 220º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC1CD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 193 | 205 | - |
CMYK | 0.09 | 0.06 | 0 | 0.20 |
HSL | 220º | 0.15% | 0.77% | - |
HSV(B) | 220º | 0.09% | 0.8% | - |
XYZ | 50.58 | 53.11 | 65.34 | - |
YUV | 192.57 | 135.01 | 124.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 193 | 205 | 0.09 | 0.06 | 0 | 0.20 | 220 | 0.15 | 0.77 |
Hex | BB | C1 | CD | 9 | 6 | 0 | 14 | DC | F | 4D |
Octal | 273 | 301 | 315 | 11 | 6 | 0 | 24 | 334 | 17 | 115 |
Binary | 10111011 | 11000001 | 11001101 | 1001 | 110 | 0 | 10100 | 11011100 | 1111 | 1001101 |
Color Harmonies of #BBC1CD
Complementary color
Monochromatic Colors of #BBC1CD
Black with #BBC1CD
Text Example
Text Example
White with #BBC1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1CD; }
p { color: rgb(187,193,205); }
H1.HeaderClassName
{
color: #BBC1CD;
}
.AnyTagClassName
{
color: #BBC1CD;
}
</style>
background-color css
<style>
a { background-color: #BBC1CD; }
a { background-color: rgb(187,193,205); }
div.DivClassName
{
background-color: #BBC1CD;
}
.BgClassName
{
background-color: #BBC1CD;
}
</style>
border-color css
<style>
span { border-color: #BBC1CD; }
span { border-color: rgb(187,193,205); }
td.TdClassName
{
border-color: #BBC1CD;
}
.TagClassName
{
border-color: #BBC1CD;
}
</style>