Shades of Spindle #B6CCDD
Tints of Spindle #B6CCDD
RGB
CMYK
RGB Variations
Color information
#B6CCDD (or 0xB6CCDD) is known color: Spindle. HEX triplet: B6, CC and DD. RGB value is (182,204,221). Sum of RGB (Red+Green+Blue) = 182+204+221=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCDD is #493322. Grayscale: #C7C7C7. Windows color (decimal): -4797219 or 14535862. OLE color: 14535862.
HSL color Cylindrical-coordinate representation of color #B6CCDD: hue angle of 206.15º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6CCDD is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 204 | 221 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.13 |
| HSL | 206.15º | 0.36% | 0.79% | - |
| HSV(B) | 206.15º | 0.18% | 0.87% | - |
| XYZ | 53.94 | 58.35 | 76.83 | - |
| YUV | 199.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 221 | 0.18 | 0.08 | 0 | 0.13 | 206.15 | 0.36 | 0.79 |
| Hex | B6 | CC | DD | 12 | 8 | 0 | D | CE | 24 | 4F |
| Octal | 266 | 314 | 335 | 22 | 10 | 0 | 15 | 316 | 44 | 117 |
| Binary | 10110110 | 11001100 | 11011101 | 10010 | 1000 | 0 | 1101 | 11001110 | 100100 | 1001111 |
Color Harmonies of #B6CCDD
Complementary color
Monochromatic Colors of #B6CCDD
Black with #B6CCDD
Text Example
Text Example
White with #B6CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CCDD; }
p { color: rgb(182,204,221); }
H1.HeaderClassName
{
color: #B6CCDD;
}
.AnyTagClassName
{
color: #B6CCDD;
}
</style>
background-color css
<style>
a { background-color: #B6CCDD; }
a { background-color: rgb(182,204,221); }
div.DivClassName
{
background-color: #B6CCDD;
}
.BgClassName
{
background-color: #B6CCDD;
}
</style>
border-color css
<style>
span { border-color: #B6CCDD; }
span { border-color: rgb(182,204,221); }
td.TdClassName
{
border-color: #B6CCDD;
}
.TagClassName
{
border-color: #B6CCDD;
}
</style>