Shades of Spindle #B7CCDB
Tints of Spindle #B7CCDB
RGB
CMYK
RGB Variations
Color information
#B7CCDB (or 0xB7CCDB) is known color: Spindle. HEX triplet: B7, CC and DB. RGB value is (183,204,219). Sum of RGB (Red+Green+Blue) = 183+204+219=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCDB is #483324. Grayscale: #C7C7C7. Windows color (decimal): -4731685 or 14404791. OLE color: 14404791.
HSL color Cylindrical-coordinate representation of color #B7CCDB: hue angle of 205º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7CCDB is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 204 | 219 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.14 |
| HSL | 205º | 0.33% | 0.79% | - |
| HSV(B) | 205º | 0.16% | 0.86% | - |
| XYZ | 53.91 | 58.37 | 75.44 | - |
| YUV | 199.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 219 | 0.16 | 0.07 | 0 | 0.14 | 205 | 0.33 | 0.79 |
| Hex | B7 | CC | DB | 10 | 7 | 0 | E | CD | 21 | 4F |
| Octal | 267 | 314 | 333 | 20 | 7 | 0 | 16 | 315 | 41 | 117 |
| Binary | 10110111 | 11001100 | 11011011 | 10000 | 111 | 0 | 1110 | 11001101 | 100001 | 1001111 |
Color Harmonies of #B7CCDB
Complementary color
Monochromatic Colors of #B7CCDB
Black with #B7CCDB
Text Example
Text Example
White with #B7CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CCDB; }
p { color: rgb(183,204,219); }
H1.HeaderClassName
{
color: #B7CCDB;
}
.AnyTagClassName
{
color: #B7CCDB;
}
</style>
background-color css
<style>
a { background-color: #B7CCDB; }
a { background-color: rgb(183,204,219); }
div.DivClassName
{
background-color: #B7CCDB;
}
.BgClassName
{
background-color: #B7CCDB;
}
</style>
border-color css
<style>
span { border-color: #B7CCDB; }
span { border-color: rgb(183,204,219); }
td.TdClassName
{
border-color: #B7CCDB;
}
.TagClassName
{
border-color: #B7CCDB;
}
</style>