Shades of Spindle #B8CBDF
Tints of Spindle #B8CBDF
RGB
CMYK
RGB Variations
Color information
#B8CBDF (or 0xB8CBDF) is known color: Spindle. HEX triplet: B8, CB and DF. RGB value is (184,203,223). Sum of RGB (Red+Green+Blue) = 184+203+223=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBDF is #473420. Grayscale: #C7C7C7. Windows color (decimal): -4666401 or 14666680. OLE color: 14666680.
HSL color Cylindrical-coordinate representation of color #B8CBDF: hue angle of 210.77º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8CBDF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 203 | 223 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.13 |
| HSL | 210.77º | 0.38% | 0.8% | - |
| HSV(B) | 210.77º | 0.17% | 0.87% | - |
| XYZ | 54.44 | 58.23 | 78.18 | - |
| YUV | 199.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 223 | 0.17 | 0.09 | 0 | 0.13 | 210.77 | 0.38 | 0.8 |
| Hex | B8 | CB | DF | 11 | 9 | 0 | D | D3 | 26 | 50 |
| Octal | 270 | 313 | 337 | 21 | 11 | 0 | 15 | 323 | 46 | 120 |
| Binary | 10111000 | 11001011 | 11011111 | 10001 | 1001 | 0 | 1101 | 11010011 | 100110 | 1010000 |
Color Harmonies of #B8CBDF
Complementary color
Monochromatic Colors of #B8CBDF
Black with #B8CBDF
Text Example
Text Example
White with #B8CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBDF; }
p { color: rgb(184,203,223); }
H1.HeaderClassName
{
color: #B8CBDF;
}
.AnyTagClassName
{
color: #B8CBDF;
}
</style>
background-color css
<style>
a { background-color: #B8CBDF; }
a { background-color: rgb(184,203,223); }
div.DivClassName
{
background-color: #B8CBDF;
}
.BgClassName
{
background-color: #B8CBDF;
}
</style>
border-color css
<style>
span { border-color: #B8CBDF; }
span { border-color: rgb(184,203,223); }
td.TdClassName
{
border-color: #B8CBDF;
}
.TagClassName
{
border-color: #B8CBDF;
}
</style>