Shades of Spindle #B3C1D0
Tints of Spindle #B3C1D0
RGB
CMYK
RGB Variations
Color information
#B3C1D0 (or 0xB3C1D0) is known color: Spindle. HEX triplet: B3, C1 and D0. RGB value is (179,193,208). Sum of RGB (Red+Green+Blue) = 179+193+208=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #B3C1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C1D0 is #4C3E2F. Grayscale: #BEBEBE. Windows color (decimal): -4996656 or 13681075. OLE color: 13681075.
HSL color Cylindrical-coordinate representation of color #B3C1D0: hue angle of 211.03º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3C1D0 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 193 | 208 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.18 |
| HSL | 211.03º | 0.24% | 0.76% | - |
| HSV(B) | 211.03º | 0.14% | 0.82% | - |
| XYZ | 49.05 | 52.28 | 67.18 | - |
| YUV | 190.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 208 | 0.14 | 0.07 | 0 | 0.18 | 211.03 | 0.24 | 0.76 |
| Hex | B3 | C1 | D0 | E | 7 | 0 | 12 | D3 | 18 | 4C |
| Octal | 263 | 301 | 320 | 16 | 7 | 0 | 22 | 323 | 30 | 114 |
| Binary | 10110011 | 11000001 | 11010000 | 1110 | 111 | 0 | 10010 | 11010011 | 11000 | 1001100 |
Color Harmonies of #B3C1D0
Complementary color
Monochromatic Colors of #B3C1D0
Black with #B3C1D0
Text Example
Text Example
White with #B3C1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C1D0; }
p { color: rgb(179,193,208); }
H1.HeaderClassName
{
color: #B3C1D0;
}
.AnyTagClassName
{
color: #B3C1D0;
}
</style>
background-color css
<style>
a { background-color: #B3C1D0; }
a { background-color: rgb(179,193,208); }
div.DivClassName
{
background-color: #B3C1D0;
}
.BgClassName
{
background-color: #B3C1D0;
}
</style>
border-color css
<style>
span { border-color: #B3C1D0; }
span { border-color: rgb(179,193,208); }
td.TdClassName
{
border-color: #B3C1D0;
}
.TagClassName
{
border-color: #B3C1D0;
}
</style>