Shades of Spindle #B7C8DB
Tints of Spindle #B7C8DB
RGB
CMYK
RGB Variations
Color information
#B7C8DB (or 0xB7C8DB) is known color: Spindle. HEX triplet: B7, C8 and DB. RGB value is (183,200,219). Sum of RGB (Red+Green+Blue) = 183+200+219=602 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.40% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C8DB is #483724. Grayscale: #C4C4C4. Windows color (decimal): -4732709 or 14403767. OLE color: 14403767.
HSL color Cylindrical-coordinate representation of color #B7C8DB: hue angle of 211.67º 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 #B7C8DB is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 200 | 219 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.14 |
| HSL | 211.67º | 0.33% | 0.79% | - |
| HSV(B) | 211.67º | 0.16% | 0.86% | - |
| XYZ | 52.97 | 56.49 | 75.13 | - |
| YUV | 197.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 200 | 219 | 0.16 | 0.09 | 0 | 0.14 | 211.67 | 0.33 | 0.79 |
| Hex | B7 | C8 | DB | 10 | 9 | 0 | E | D4 | 21 | 4F |
| Octal | 267 | 310 | 333 | 20 | 11 | 0 | 16 | 324 | 41 | 117 |
| Binary | 10110111 | 11001000 | 11011011 | 10000 | 1001 | 0 | 1110 | 11010100 | 100001 | 1001111 |
Color Harmonies of #B7C8DB
Complementary color
Monochromatic Colors of #B7C8DB
Black with #B7C8DB
Text Example
Text Example
White with #B7C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C8DB; }
p { color: rgb(183,200,219); }
H1.HeaderClassName
{
color: #B7C8DB;
}
.AnyTagClassName
{
color: #B7C8DB;
}
</style>
background-color css
<style>
a { background-color: #B7C8DB; }
a { background-color: rgb(183,200,219); }
div.DivClassName
{
background-color: #B7C8DB;
}
.BgClassName
{
background-color: #B7C8DB;
}
</style>
border-color css
<style>
span { border-color: #B7C8DB; }
span { border-color: rgb(183,200,219); }
td.TdClassName
{
border-color: #B7C8DB;
}
.TagClassName
{
border-color: #B7C8DB;
}
</style>