Shades of Spindle #B8CADC
Tints of Spindle #B8CADC
RGB
CMYK
RGB Variations
Color information
#B8CADC (or 0xB8CADC) is known color: Spindle. HEX triplet: B8, CA and DC. RGB value is (184,202,220). Sum of RGB (Red+Green+Blue) = 184+202+220=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CADC is #473523. Grayscale: #C6C6C6. Windows color (decimal): -4666660 or 14469816. OLE color: 14469816.
HSL color Cylindrical-coordinate representation of color #B8CADC: hue angle of 210º 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 #B8CADC is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 202 | 220 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.14 |
| HSL | 210º | 0.34% | 0.79% | - |
| HSV(B) | 210º | 0.16% | 0.86% | - |
| XYZ | 53.81 | 57.6 | 75.99 | - |
| YUV | 198.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 220 | 0.16 | 0.08 | 0 | 0.14 | 210 | 0.34 | 0.79 |
| Hex | B8 | CA | DC | 10 | 8 | 0 | E | D2 | 22 | 4F |
| Octal | 270 | 312 | 334 | 20 | 10 | 0 | 16 | 322 | 42 | 117 |
| Binary | 10111000 | 11001010 | 11011100 | 10000 | 1000 | 0 | 1110 | 11010010 | 100010 | 1001111 |
Color Harmonies of #B8CADC
Complementary color
Monochromatic Colors of #B8CADC
Black with #B8CADC
Text Example
Text Example
White with #B8CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CADC; }
p { color: rgb(184,202,220); }
H1.HeaderClassName
{
color: #B8CADC;
}
.AnyTagClassName
{
color: #B8CADC;
}
</style>
background-color css
<style>
a { background-color: #B8CADC; }
a { background-color: rgb(184,202,220); }
div.DivClassName
{
background-color: #B8CADC;
}
.BgClassName
{
background-color: #B8CADC;
}
</style>
border-color css
<style>
span { border-color: #B8CADC; }
span { border-color: rgb(184,202,220); }
td.TdClassName
{
border-color: #B8CADC;
}
.TagClassName
{
border-color: #B8CADC;
}
</style>