Shades of Spindle #B8CDDF
Tints of Spindle #B8CDDF
RGB
CMYK
RGB Variations
Color information
#B8CDDF (or 0xB8CDDF) is known color: Spindle. HEX triplet: B8, CD and DF. RGB value is (184,205,223). Sum of RGB (Red+Green+Blue) = 184+205+223=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDDF is #473220. Grayscale: #C8C8C8. Windows color (decimal): -4665889 or 14667192. OLE color: 14667192.
HSL color Cylindrical-coordinate representation of color #B8CDDF: hue angle of 207.69º 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 #B8CDDF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 205 | 223 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.13 |
| HSL | 207.69º | 0.38% | 0.8% | - |
| HSV(B) | 207.69º | 0.17% | 0.87% | - |
| XYZ | 54.92 | 59.18 | 78.34 | - |
| YUV | 200.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 223 | 0.17 | 0.08 | 0 | 0.13 | 207.69 | 0.38 | 0.8 |
| Hex | B8 | CD | DF | 11 | 8 | 0 | D | D0 | 26 | 50 |
| Octal | 270 | 315 | 337 | 21 | 10 | 0 | 15 | 320 | 46 | 120 |
| Binary | 10111000 | 11001101 | 11011111 | 10001 | 1000 | 0 | 1101 | 11010000 | 100110 | 1010000 |
Color Harmonies of #B8CDDF
Complementary color
Monochromatic Colors of #B8CDDF
Black with #B8CDDF
Text Example
Text Example
White with #B8CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDDF; }
p { color: rgb(184,205,223); }
H1.HeaderClassName
{
color: #B8CDDF;
}
.AnyTagClassName
{
color: #B8CDDF;
}
</style>
background-color css
<style>
a { background-color: #B8CDDF; }
a { background-color: rgb(184,205,223); }
div.DivClassName
{
background-color: #B8CDDF;
}
.BgClassName
{
background-color: #B8CDDF;
}
</style>
border-color css
<style>
span { border-color: #B8CDDF; }
span { border-color: rgb(184,205,223); }
td.TdClassName
{
border-color: #B8CDDF;
}
.TagClassName
{
border-color: #B8CDDF;
}
</style>