Shades of Spindle #B3C3DA
Tints of Spindle #B3C3DA
RGB
CMYK
RGB Variations
Color information
#B3C3DA (or 0xB3C3DA) is known color: Spindle. HEX triplet: B3, C3 and DA. RGB value is (179,195,218). Sum of RGB (Red+Green+Blue) = 179+195+218=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3C3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3DA is #4C3C25. Grayscale: #C0C0C0. Windows color (decimal): -4996134 or 14336947. OLE color: 14336947.
HSL color Cylindrical-coordinate representation of color #B3C3DA: hue angle of 215.38º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3C3DA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 195 | 218 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.15 |
| HSL | 215.38º | 0.35% | 0.78% | - |
| HSV(B) | 215.38º | 0.18% | 0.85% | - |
| XYZ | 50.76 | 53.68 | 74.01 | - |
| YUV | 192.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 218 | 0.18 | 0.11 | 0 | 0.15 | 215.38 | 0.35 | 0.78 |
| Hex | B3 | C3 | DA | 12 | B | 0 | F | D7 | 23 | 4E |
| Octal | 263 | 303 | 332 | 22 | 13 | 0 | 17 | 327 | 43 | 116 |
| Binary | 10110011 | 11000011 | 11011010 | 10010 | 1011 | 0 | 1111 | 11010111 | 100011 | 1001110 |
Color Harmonies of #B3C3DA
Complementary color
Monochromatic Colors of #B3C3DA
Black with #B3C3DA
Text Example
Text Example
White with #B3C3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C3DA; }
p { color: rgb(179,195,218); }
H1.HeaderClassName
{
color: #B3C3DA;
}
.AnyTagClassName
{
color: #B3C3DA;
}
</style>
background-color css
<style>
a { background-color: #B3C3DA; }
a { background-color: rgb(179,195,218); }
div.DivClassName
{
background-color: #B3C3DA;
}
.BgClassName
{
background-color: #B3C3DA;
}
</style>
border-color css
<style>
span { border-color: #B3C3DA; }
span { border-color: rgb(179,195,218); }
td.TdClassName
{
border-color: #B3C3DA;
}
.TagClassName
{
border-color: #B3C3DA;
}
</style>