Shades of Spindle #B8CBDD
Tints of Spindle #B8CBDD
RGB
CMYK
RGB Variations
Color information
#B8CBDD (or 0xB8CBDD) is known color: Spindle. HEX triplet: B8, CB and DD. RGB value is (184,203,221). Sum of RGB (Red+Green+Blue) = 184+203+221=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBDD is #473422. Grayscale: #C7C7C7. Windows color (decimal): -4666403 or 14535608. OLE color: 14535608.
HSL color Cylindrical-coordinate representation of color #B8CBDD: hue angle of 209.19º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8CBDD is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 203 | 221 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.13 |
| HSL | 209.19º | 0.35% | 0.79% | - |
| HSV(B) | 209.19º | 0.17% | 0.87% | - |
| XYZ | 54.17 | 58.12 | 76.77 | - |
| YUV | 199.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 221 | 0.17 | 0.08 | 0 | 0.13 | 209.19 | 0.35 | 0.79 |
| Hex | B8 | CB | DD | 11 | 8 | 0 | D | D1 | 23 | 4F |
| Octal | 270 | 313 | 335 | 21 | 10 | 0 | 15 | 321 | 43 | 117 |
| Binary | 10111000 | 11001011 | 11011101 | 10001 | 1000 | 0 | 1101 | 11010001 | 100011 | 1001111 |
Color Harmonies of #B8CBDD
Complementary color
Monochromatic Colors of #B8CBDD
Black with #B8CBDD
Text Example
Text Example
White with #B8CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBDD; }
p { color: rgb(184,203,221); }
H1.HeaderClassName
{
color: #B8CBDD;
}
.AnyTagClassName
{
color: #B8CBDD;
}
</style>
background-color css
<style>
a { background-color: #B8CBDD; }
a { background-color: rgb(184,203,221); }
div.DivClassName
{
background-color: #B8CBDD;
}
.BgClassName
{
background-color: #B8CBDD;
}
</style>
border-color css
<style>
span { border-color: #B8CBDD; }
span { border-color: rgb(184,203,221); }
td.TdClassName
{
border-color: #B8CBDD;
}
.TagClassName
{
border-color: #B8CBDD;
}
</style>