Shades of Spindle #B7CCDD
Tints of Spindle #B7CCDD
RGB
CMYK
RGB Variations
Color information
#B7CCDD (or 0xB7CCDD) is known color: Spindle. HEX triplet: B7, CC and DD. RGB value is (183,204,221). Sum of RGB (Red+Green+Blue) = 183+204+221=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCDD is #483322. Grayscale: #C7C7C7. Windows color (decimal): -4731683 or 14535863. OLE color: 14535863.
HSL color Cylindrical-coordinate representation of color #B7CCDD: hue angle of 206.84º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7CCDD is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 204 | 221 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.13 |
| HSL | 206.84º | 0.36% | 0.79% | - |
| HSV(B) | 206.84º | 0.17% | 0.87% | - |
| XYZ | 54.17 | 58.47 | 76.84 | - |
| YUV | 199.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 221 | 0.17 | 0.08 | 0 | 0.13 | 206.84 | 0.36 | 0.79 |
| Hex | B7 | CC | DD | 11 | 8 | 0 | D | CF | 24 | 4F |
| Octal | 267 | 314 | 335 | 21 | 10 | 0 | 15 | 317 | 44 | 117 |
| Binary | 10110111 | 11001100 | 11011101 | 10001 | 1000 | 0 | 1101 | 11001111 | 100100 | 1001111 |
Color Harmonies of #B7CCDD
Complementary color
Monochromatic Colors of #B7CCDD
Black with #B7CCDD
Text Example
Text Example
White with #B7CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CCDD; }
p { color: rgb(183,204,221); }
H1.HeaderClassName
{
color: #B7CCDD;
}
.AnyTagClassName
{
color: #B7CCDD;
}
</style>
background-color css
<style>
a { background-color: #B7CCDD; }
a { background-color: rgb(183,204,221); }
div.DivClassName
{
background-color: #B7CCDD;
}
.BgClassName
{
background-color: #B7CCDD;
}
</style>
border-color css
<style>
span { border-color: #B7CCDD; }
span { border-color: rgb(183,204,221); }
td.TdClassName
{
border-color: #B7CCDD;
}
.TagClassName
{
border-color: #B7CCDD;
}
</style>