Shades of Spindle #B3CCDD
Tints of Spindle #B3CCDD
RGB
CMYK
RGB Variations
Color information
#B3CCDD (or 0xB3CCDD) is known color: Spindle. HEX triplet: B3, CC and DD. RGB value is (179,204,221). Sum of RGB (Red+Green+Blue) = 179+204+221=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCDD is #4C3322. Grayscale: #C6C6C6. Windows color (decimal): -4993827 or 14535859. OLE color: 14535859.
HSL color Cylindrical-coordinate representation of color #B3CCDD: hue angle of 204.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3CCDD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 204 | 221 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.13 |
| HSL | 204.29º | 0.38% | 0.78% | - |
| HSV(B) | 204.29º | 0.19% | 0.87% | - |
| XYZ | 53.23 | 57.99 | 76.79 | - |
| YUV | 198.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 221 | 0.19 | 0.08 | 0 | 0.13 | 204.29 | 0.38 | 0.78 |
| Hex | B3 | CC | DD | 13 | 8 | 0 | D | CC | 26 | 4E |
| Octal | 263 | 314 | 335 | 23 | 10 | 0 | 15 | 314 | 46 | 116 |
| Binary | 10110011 | 11001100 | 11011101 | 10011 | 1000 | 0 | 1101 | 11001100 | 100110 | 1001110 |
Color Harmonies of #B3CCDD
Complementary color
Monochromatic Colors of #B3CCDD
Black with #B3CCDD
Text Example
Text Example
White with #B3CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CCDD; }
p { color: rgb(179,204,221); }
H1.HeaderClassName
{
color: #B3CCDD;
}
.AnyTagClassName
{
color: #B3CCDD;
}
</style>
background-color css
<style>
a { background-color: #B3CCDD; }
a { background-color: rgb(179,204,221); }
div.DivClassName
{
background-color: #B3CCDD;
}
.BgClassName
{
background-color: #B3CCDD;
}
</style>
border-color css
<style>
span { border-color: #B3CCDD; }
span { border-color: rgb(179,204,221); }
td.TdClassName
{
border-color: #B3CCDD;
}
.TagClassName
{
border-color: #B3CCDD;
}
</style>