Shades of Spindle #B8CBDC
Tints of Spindle #B8CBDC
RGB
CMYK
RGB Variations
Color information
#B8CBDC (or 0xB8CBDC) is known color: Spindle. HEX triplet: B8, CB and DC. RGB value is (184,203,220). Sum of RGB (Red+Green+Blue) = 184+203+220=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBDC is #473423. Grayscale: #C7C7C7. Windows color (decimal): -4666404 or 14470072. OLE color: 14470072.
HSL color Cylindrical-coordinate representation of color #B8CBDC: hue angle of 208.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8CBDC is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 203 | 220 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.14 |
| HSL | 208.33º | 0.34% | 0.79% | - |
| HSV(B) | 208.33º | 0.16% | 0.86% | - |
| XYZ | 54.04 | 58.07 | 76.07 | - |
| YUV | 199.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 220 | 0.16 | 0.08 | 0 | 0.14 | 208.33 | 0.34 | 0.79 |
| Hex | B8 | CB | DC | 10 | 8 | 0 | E | D0 | 22 | 4F |
| Octal | 270 | 313 | 334 | 20 | 10 | 0 | 16 | 320 | 42 | 117 |
| Binary | 10111000 | 11001011 | 11011100 | 10000 | 1000 | 0 | 1110 | 11010000 | 100010 | 1001111 |
Color Harmonies of #B8CBDC
Complementary color
Monochromatic Colors of #B8CBDC
Black with #B8CBDC
Text Example
Text Example
White with #B8CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBDC; }
p { color: rgb(184,203,220); }
H1.HeaderClassName
{
color: #B8CBDC;
}
.AnyTagClassName
{
color: #B8CBDC;
}
</style>
background-color css
<style>
a { background-color: #B8CBDC; }
a { background-color: rgb(184,203,220); }
div.DivClassName
{
background-color: #B8CBDC;
}
.BgClassName
{
background-color: #B8CBDC;
}
</style>
border-color css
<style>
span { border-color: #B8CBDC; }
span { border-color: rgb(184,203,220); }
td.TdClassName
{
border-color: #B8CBDC;
}
.TagClassName
{
border-color: #B8CBDC;
}
</style>