Shades of Spindle #B7C7DB
Tints of Spindle #B7C7DB
RGB
CMYK
RGB Variations
Color information
#B7C7DB (or 0xB7C7DB) is known color: Spindle. HEX triplet: B7, C7 and DB. RGB value is (183,199,219). Sum of RGB (Red+Green+Blue) = 183+199+219=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C7DB is #483824. Grayscale: #C4C4C4. Windows color (decimal): -4732965 or 14403511. OLE color: 14403511.
HSL color Cylindrical-coordinate representation of color #B7C7DB: hue angle of 213.33º 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 #B7C7DB is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 199 | 219 | - |
CMYK | 0.16 | 0.09 | 0 | 0.14 |
HSL | 213.33º | 0.33% | 0.79% | - |
HSV(B) | 213.33º | 0.16% | 0.86% | - |
XYZ | 52.74 | 56.03 | 75.05 | - |
YUV | 196.5 | 140.7 | 118.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 199 | 219 | 0.16 | 0.09 | 0 | 0.14 | 213.33 | 0.33 | 0.79 |
Hex | B7 | C7 | DB | 10 | 9 | 0 | E | D5 | 21 | 4F |
Octal | 267 | 307 | 333 | 20 | 11 | 0 | 16 | 325 | 41 | 117 |
Binary | 10110111 | 11000111 | 11011011 | 10000 | 1001 | 0 | 1110 | 11010101 | 100001 | 1001111 |
Color Harmonies of #B7C7DB
Complementary color
Monochromatic Colors of #B7C7DB
Black with #B7C7DB
Text Example
Text Example
White with #B7C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C7DB; }
p { color: rgb(183,199,219); }
H1.HeaderClassName
{
color: #B7C7DB;
}
.AnyTagClassName
{
color: #B7C7DB;
}
</style>
background-color css
<style>
a { background-color: #B7C7DB; }
a { background-color: rgb(183,199,219); }
div.DivClassName
{
background-color: #B7C7DB;
}
.BgClassName
{
background-color: #B7C7DB;
}
</style>
border-color css
<style>
span { border-color: #B7C7DB; }
span { border-color: rgb(183,199,219); }
td.TdClassName
{
border-color: #B7C7DB;
}
.TagClassName
{
border-color: #B7C7DB;
}
</style>