Shades of Spindle #B3C1D1
Tints of Spindle #B3C1D1
RGB
CMYK
RGB Variations
Color information
#B3C1D1 (or 0xB3C1D1) is known color: Spindle. HEX triplet: B3, C1 and D1. RGB value is (179,193,209). Sum of RGB (Red+Green+Blue) = 179+193+209=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 209 - color contains mainly: blue. Hex color #B3C1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C1D1 is #4C3E2E. Grayscale: #BEBEBE. Windows color (decimal): -4996655 or 13746611. OLE color: 13746611.
HSL color Cylindrical-coordinate representation of color #B3C1D1: hue angle of 212º degrees, saturation: 0.25, 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 #B3C1D1 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 193 | 209 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.18 |
| HSL | 212º | 0.25% | 0.76% | - |
| HSV(B) | 212º | 0.14% | 0.82% | - |
| XYZ | 49.17 | 52.33 | 67.83 | - |
| YUV | 190.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 209 | 0.14 | 0.08 | 0 | 0.18 | 212 | 0.25 | 0.76 |
| Hex | B3 | C1 | D1 | E | 8 | 0 | 12 | D4 | 19 | 4C |
| Octal | 263 | 301 | 321 | 16 | 10 | 0 | 22 | 324 | 31 | 114 |
| Binary | 10110011 | 11000001 | 11010001 | 1110 | 1000 | 0 | 10010 | 11010100 | 11001 | 1001100 |
Color Harmonies of #B3C1D1
Complementary color
Monochromatic Colors of #B3C1D1
Black with #B3C1D1
Text Example
Text Example
White with #B3C1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C1D1; }
p { color: rgb(179,193,209); }
H1.HeaderClassName
{
color: #B3C1D1;
}
.AnyTagClassName
{
color: #B3C1D1;
}
</style>
background-color css
<style>
a { background-color: #B3C1D1; }
a { background-color: rgb(179,193,209); }
div.DivClassName
{
background-color: #B3C1D1;
}
.BgClassName
{
background-color: #B3C1D1;
}
</style>
border-color css
<style>
span { border-color: #B3C1D1; }
span { border-color: rgb(179,193,209); }
td.TdClassName
{
border-color: #B3C1D1;
}
.TagClassName
{
border-color: #B3C1D1;
}
</style>