Shades of Spindle #B3C2D8
Tints of Spindle #B3C2D8
RGB
CMYK
RGB Variations
Color information
#B3C2D8 (or 0xB3C2D8) is known color: Spindle. HEX triplet: B3, C2 and D8. RGB value is (179,194,216). Sum of RGB (Red+Green+Blue) = 179+194+216=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 216 - color contains mainly: blue. Hex color #B3C2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C2D8 is #4C3D27. Grayscale: #BFBFBF. Windows color (decimal): -4996392 or 14205619. OLE color: 14205619.
HSL color Cylindrical-coordinate representation of color #B3C2D8: hue angle of 215.68º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3C2D8 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 194 | 216 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.15 |
| HSL | 215.68º | 0.32% | 0.77% | - |
| HSV(B) | 215.68º | 0.17% | 0.85% | - |
| XYZ | 50.28 | 53.13 | 72.57 | - |
| YUV | 192.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 216 | 0.17 | 0.10 | 0 | 0.15 | 215.68 | 0.32 | 0.77 |
| Hex | B3 | C2 | D8 | 11 | A | 0 | F | D8 | 20 | 4D |
| Octal | 263 | 302 | 330 | 21 | 12 | 0 | 17 | 330 | 40 | 115 |
| Binary | 10110011 | 11000010 | 11011000 | 10001 | 1010 | 0 | 1111 | 11011000 | 100000 | 1001101 |
Color Harmonies of #B3C2D8
Complementary color
Monochromatic Colors of #B3C2D8
Black with #B3C2D8
Text Example
Text Example
White with #B3C2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C2D8; }
p { color: rgb(179,194,216); }
H1.HeaderClassName
{
color: #B3C2D8;
}
.AnyTagClassName
{
color: #B3C2D8;
}
</style>
background-color css
<style>
a { background-color: #B3C2D8; }
a { background-color: rgb(179,194,216); }
div.DivClassName
{
background-color: #B3C2D8;
}
.BgClassName
{
background-color: #B3C2D8;
}
</style>
border-color css
<style>
span { border-color: #B3C2D8; }
span { border-color: rgb(179,194,216); }
td.TdClassName
{
border-color: #B3C2D8;
}
.TagClassName
{
border-color: #B3C2D8;
}
</style>