Shades of Spindle #B7CBDA
Tints of Spindle #B7CBDA
RGB
CMYK
RGB Variations
Color information
#B7CBDA (or 0xB7CBDA) is known color: Spindle. HEX triplet: B7, CB and DA. RGB value is (183,203,218). Sum of RGB (Red+Green+Blue) = 183+203+218=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBDA is #483425. Grayscale: #C6C6C6. Windows color (decimal): -4731942 or 14338999. OLE color: 14338999.
HSL color Cylindrical-coordinate representation of color #B7CBDA: hue angle of 205.71º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7CBDA is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 203 | 218 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.15 |
| HSL | 205.71º | 0.32% | 0.79% | - |
| HSV(B) | 205.71º | 0.16% | 0.85% | - |
| XYZ | 53.54 | 57.84 | 74.67 | - |
| YUV | 198.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 218 | 0.16 | 0.07 | 0 | 0.15 | 205.71 | 0.32 | 0.79 |
| Hex | B7 | CB | DA | 10 | 7 | 0 | F | CE | 20 | 4F |
| Octal | 267 | 313 | 332 | 20 | 7 | 0 | 17 | 316 | 40 | 117 |
| Binary | 10110111 | 11001011 | 11011010 | 10000 | 111 | 0 | 1111 | 11001110 | 100000 | 1001111 |
Color Harmonies of #B7CBDA
Complementary color
Monochromatic Colors of #B7CBDA
Black with #B7CBDA
Text Example
Text Example
White with #B7CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBDA; }
p { color: rgb(183,203,218); }
H1.HeaderClassName
{
color: #B7CBDA;
}
.AnyTagClassName
{
color: #B7CBDA;
}
</style>
background-color css
<style>
a { background-color: #B7CBDA; }
a { background-color: rgb(183,203,218); }
div.DivClassName
{
background-color: #B7CBDA;
}
.BgClassName
{
background-color: #B7CBDA;
}
</style>
border-color css
<style>
span { border-color: #B7CBDA; }
span { border-color: rgb(183,203,218); }
td.TdClassName
{
border-color: #B7CBDA;
}
.TagClassName
{
border-color: #B7CBDA;
}
</style>