Shades of Spindle #B6CCD8
Tints of Spindle #B6CCD8
RGB
CMYK
RGB Variations
Color information
#B6CCD8 (or 0xB6CCD8) is known color: Spindle. HEX triplet: B6, CC and D8. RGB value is (182,204,216). Sum of RGB (Red+Green+Blue) = 182+204+216=602 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.23% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: blue. Hex color #B6CCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCD8 is #493327. Grayscale: #C6C6C6. Windows color (decimal): -4797224 or 14208182. OLE color: 14208182.
HSL color Cylindrical-coordinate representation of color #B6CCD8: hue angle of 201.18º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6CCD8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 204 | 216 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.15 |
| HSL | 201.18º | 0.3% | 0.78% | - |
| HSV(B) | 201.18º | 0.16% | 0.85% | - |
| XYZ | 53.28 | 58.09 | 73.37 | - |
| YUV | 198.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 216 | 0.16 | 0.06 | 0 | 0.15 | 201.18 | 0.3 | 0.78 |
| Hex | B6 | CC | D8 | 10 | 6 | 0 | F | C9 | 1E | 4E |
| Octal | 266 | 314 | 330 | 20 | 6 | 0 | 17 | 311 | 36 | 116 |
| Binary | 10110110 | 11001100 | 11011000 | 10000 | 110 | 0 | 1111 | 11001001 | 11110 | 1001110 |
Color Harmonies of #B6CCD8
Complementary color
Monochromatic Colors of #B6CCD8
Black with #B6CCD8
Text Example
Text Example
White with #B6CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CCD8; }
p { color: rgb(182,204,216); }
H1.HeaderClassName
{
color: #B6CCD8;
}
.AnyTagClassName
{
color: #B6CCD8;
}
</style>
background-color css
<style>
a { background-color: #B6CCD8; }
a { background-color: rgb(182,204,216); }
div.DivClassName
{
background-color: #B6CCD8;
}
.BgClassName
{
background-color: #B6CCD8;
}
</style>
border-color css
<style>
span { border-color: #B6CCD8; }
span { border-color: rgb(182,204,216); }
td.TdClassName
{
border-color: #B6CCD8;
}
.TagClassName
{
border-color: #B6CCD8;
}
</style>