Shades of Spindle #B3C0CD
Tints of Spindle #B3C0CD
RGB
CMYK
RGB Variations
Color information
#B3C0CD (or 0xB3C0CD) is known color: Spindle. HEX triplet: B3, C0 and CD. RGB value is (179,192,205). Sum of RGB (Red+Green+Blue) = 179+192+205=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C0CD is #4C3F32. Grayscale: #BDBDBD. Windows color (decimal): -4996915 or 13484211. OLE color: 13484211.
HSL color Cylindrical-coordinate representation of color #B3C0CD: hue angle of 210º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3C0CD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 192 | 205 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.20 |
| HSL | 210º | 0.21% | 0.75% | - |
| HSV(B) | 210º | 0.13% | 0.8% | - |
| XYZ | 48.46 | 51.69 | 65.18 | - |
| YUV | 189.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 205 | 0.13 | 0.06 | 0 | 0.20 | 210 | 0.21 | 0.75 |
| Hex | B3 | C0 | CD | D | 6 | 0 | 14 | D2 | 15 | 4B |
| Octal | 263 | 300 | 315 | 15 | 6 | 0 | 24 | 322 | 25 | 113 |
| Binary | 10110011 | 11000000 | 11001101 | 1101 | 110 | 0 | 10100 | 11010010 | 10101 | 1001011 |
Color Harmonies of #B3C0CD
Complementary color
Monochromatic Colors of #B3C0CD
Black with #B3C0CD
Text Example
Text Example
White with #B3C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C0CD; }
p { color: rgb(179,192,205); }
H1.HeaderClassName
{
color: #B3C0CD;
}
.AnyTagClassName
{
color: #B3C0CD;
}
</style>
background-color css
<style>
a { background-color: #B3C0CD; }
a { background-color: rgb(179,192,205); }
div.DivClassName
{
background-color: #B3C0CD;
}
.BgClassName
{
background-color: #B3C0CD;
}
</style>
border-color css
<style>
span { border-color: #B3C0CD; }
span { border-color: rgb(179,192,205); }
td.TdClassName
{
border-color: #B3C0CD;
}
.TagClassName
{
border-color: #B3C0CD;
}
</style>