Shades of Spindle #B8C2CE
Tints of Spindle #B8C2CE
RGB
CMYK
RGB Variations
Color information
#B8C2CE (or 0xB8C2CE) is known color: Spindle. HEX triplet: B8, C2 and CE. RGB value is (184,194,206). Sum of RGB (Red+Green+Blue) = 184+194+206=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8C2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C2CE is #473D31. Grayscale: #C0C0C0. Windows color (decimal): -4668722 or 13550264. OLE color: 13550264.
HSL color Cylindrical-coordinate representation of color #B8C2CE: hue angle of 212.73º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8C2CE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 194 | 206 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.19 |
| HSL | 212.73º | 0.18% | 0.76% | - |
| HSV(B) | 212.73º | 0.11% | 0.81% | - |
| XYZ | 50.2 | 53.23 | 66.02 | - |
| YUV | 192.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 206 | 0.11 | 0.06 | 0 | 0.19 | 212.73 | 0.18 | 0.76 |
| Hex | B8 | C2 | CE | B | 6 | 0 | 13 | D5 | 12 | 4C |
| Octal | 270 | 302 | 316 | 13 | 6 | 0 | 23 | 325 | 22 | 114 |
| Binary | 10111000 | 11000010 | 11001110 | 1011 | 110 | 0 | 10011 | 11010101 | 10010 | 1001100 |
Color Harmonies of #B8C2CE
Complementary color
Monochromatic Colors of #B8C2CE
Black with #B8C2CE
Text Example
Text Example
White with #B8C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C2CE; }
p { color: rgb(184,194,206); }
H1.HeaderClassName
{
color: #B8C2CE;
}
.AnyTagClassName
{
color: #B8C2CE;
}
</style>
background-color css
<style>
a { background-color: #B8C2CE; }
a { background-color: rgb(184,194,206); }
div.DivClassName
{
background-color: #B8C2CE;
}
.BgClassName
{
background-color: #B8C2CE;
}
</style>
border-color css
<style>
span { border-color: #B8C2CE; }
span { border-color: rgb(184,194,206); }
td.TdClassName
{
border-color: #B8C2CE;
}
.TagClassName
{
border-color: #B8C2CE;
}
</style>