Shades of Spindle #B7CBD7
Tints of Spindle #B7CBD7
RGB
CMYK
RGB Variations
Color information
#B7CBD7 (or 0xB7CBD7) is known color: Spindle. HEX triplet: B7, CB and D7. RGB value is (183,203,215). Sum of RGB (Red+Green+Blue) = 183+203+215=601 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.45% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 215 - color contains mainly: blue. Hex color #B7CBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBD7 is #483428. Grayscale: #C6C6C6. Windows color (decimal): -4731945 or 14142391. OLE color: 14142391.
HSL color Cylindrical-coordinate representation of color #B7CBD7: hue angle of 202.5º 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 #B7CBD7 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 203 | 215 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.16 |
| HSL | 202.5º | 0.29% | 0.78% | - |
| HSV(B) | 202.5º | 0.15% | 0.84% | - |
| XYZ | 53.15 | 57.69 | 72.62 | - |
| YUV | 198.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 215 | 0.15 | 0.06 | 0 | 0.16 | 202.5 | 0.29 | 0.78 |
| Hex | B7 | CB | D7 | F | 6 | 0 | 10 | CA | 1D | 4E |
| Octal | 267 | 313 | 327 | 17 | 6 | 0 | 20 | 312 | 35 | 116 |
| Binary | 10110111 | 11001011 | 11010111 | 1111 | 110 | 0 | 10000 | 11001010 | 11101 | 1001110 |
Color Harmonies of #B7CBD7
Complementary color
Monochromatic Colors of #B7CBD7
Black with #B7CBD7
Text Example
Text Example
White with #B7CBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBD7; }
p { color: rgb(183,203,215); }
H1.HeaderClassName
{
color: #B7CBD7;
}
.AnyTagClassName
{
color: #B7CBD7;
}
</style>
background-color css
<style>
a { background-color: #B7CBD7; }
a { background-color: rgb(183,203,215); }
div.DivClassName
{
background-color: #B7CBD7;
}
.BgClassName
{
background-color: #B7CBD7;
}
</style>
border-color css
<style>
span { border-color: #B7CBD7; }
span { border-color: rgb(183,203,215); }
td.TdClassName
{
border-color: #B7CBD7;
}
.TagClassName
{
border-color: #B7CBD7;
}
</style>