Shades of Spindle #B8CDDD
Tints of Spindle #B8CDDD
RGB
CMYK
RGB Variations
Color information
#B8CDDD (or 0xB8CDDD) is known color: Spindle. HEX triplet: B8, CD and DD. RGB value is (184,205,221). Sum of RGB (Red+Green+Blue) = 184+205+221=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDDD is #473222. Grayscale: #C8C8C8. Windows color (decimal): -4665891 or 14536120. OLE color: 14536120.
HSL color Cylindrical-coordinate representation of color #B8CDDD: hue angle of 205.95º 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 #B8CDDD is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 205 | 221 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.13 |
| HSL | 205.95º | 0.35% | 0.79% | - |
| HSV(B) | 205.95º | 0.17% | 0.87% | - |
| XYZ | 54.65 | 59.07 | 76.93 | - |
| YUV | 200.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 221 | 0.17 | 0.07 | 0 | 0.13 | 205.95 | 0.35 | 0.79 |
| Hex | B8 | CD | DD | 11 | 7 | 0 | D | CE | 23 | 4F |
| Octal | 270 | 315 | 335 | 21 | 7 | 0 | 15 | 316 | 43 | 117 |
| Binary | 10111000 | 11001101 | 11011101 | 10001 | 111 | 0 | 1101 | 11001110 | 100011 | 1001111 |
Color Harmonies of #B8CDDD
Complementary color
Monochromatic Colors of #B8CDDD
Black with #B8CDDD
Text Example
Text Example
White with #B8CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDDD; }
p { color: rgb(184,205,221); }
H1.HeaderClassName
{
color: #B8CDDD;
}
.AnyTagClassName
{
color: #B8CDDD;
}
</style>
background-color css
<style>
a { background-color: #B8CDDD; }
a { background-color: rgb(184,205,221); }
div.DivClassName
{
background-color: #B8CDDD;
}
.BgClassName
{
background-color: #B8CDDD;
}
</style>
border-color css
<style>
span { border-color: #B8CDDD; }
span { border-color: rgb(184,205,221); }
td.TdClassName
{
border-color: #B8CDDD;
}
.TagClassName
{
border-color: #B8CDDD;
}
</style>