Shades of Spindle #B7CDD7
Tints of Spindle #B7CDD7
RGB
CMYK
RGB Variations
Color information
#B7CDD7 (or 0xB7CDD7) is known color: Spindle. HEX triplet: B7, CD and D7. RGB value is (183,205,215). Sum of RGB (Red+Green+Blue) = 183+205+215=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 215 - color contains mainly: blue. Hex color #B7CDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDD7 is #483228. Grayscale: #C7C7C7. Windows color (decimal): -4731433 or 14142903. OLE color: 14142903.
HSL color Cylindrical-coordinate representation of color #B7CDD7: hue angle of 198.75º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7CDD7 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 205 | 215 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.16 |
| HSL | 198.75º | 0.29% | 0.78% | - |
| HSV(B) | 198.75º | 0.15% | 0.84% | - |
| XYZ | 53.63 | 58.64 | 72.78 | - |
| YUV | 199.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 215 | 0.15 | 0.05 | 0 | 0.16 | 198.75 | 0.29 | 0.78 |
| Hex | B7 | CD | D7 | F | 5 | 0 | 10 | C7 | 1D | 4E |
| Octal | 267 | 315 | 327 | 17 | 5 | 0 | 20 | 307 | 35 | 116 |
| Binary | 10110111 | 11001101 | 11010111 | 1111 | 101 | 0 | 10000 | 11000111 | 11101 | 1001110 |
Color Harmonies of #B7CDD7
Complementary color
Monochromatic Colors of #B7CDD7
Black with #B7CDD7
Text Example
Text Example
White with #B7CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDD7; }
p { color: rgb(183,205,215); }
H1.HeaderClassName
{
color: #B7CDD7;
}
.AnyTagClassName
{
color: #B7CDD7;
}
</style>
background-color css
<style>
a { background-color: #B7CDD7; }
a { background-color: rgb(183,205,215); }
div.DivClassName
{
background-color: #B7CDD7;
}
.BgClassName
{
background-color: #B7CDD7;
}
</style>
border-color css
<style>
span { border-color: #B7CDD7; }
span { border-color: rgb(183,205,215); }
td.TdClassName
{
border-color: #B7CDD7;
}
.TagClassName
{
border-color: #B7CDD7;
}
</style>