Shades of Spindle #B8C2CC
Tints of Spindle #B8C2CC
RGB
CMYK
RGB Variations
Color information
#B8C2CC (or 0xB8C2CC) is known color: Spindle. HEX triplet: B8, C2 and CC. RGB value is (184,194,204). Sum of RGB (Red+Green+Blue) = 184+194+204=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8C2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C2CC is #473D33. Grayscale: #C0C0C0. Windows color (decimal): -4668724 or 13419192. OLE color: 13419192.
HSL color Cylindrical-coordinate representation of color #B8C2CC: hue angle of 210º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8C2CC is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 194 | 204 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.2 |
| HSL | 210º | 0.16% | 0.76% | - |
| HSV(B) | 210º | 0.1% | 0.8% | - |
| XYZ | 49.96 | 53.13 | 64.75 | - |
| YUV | 192.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 204 | 0.10 | 0.05 | 0 | 0.2 | 210 | 0.16 | 0.76 |
| Hex | B8 | C2 | CC | A | 5 | 0 | 14 | D2 | 10 | 4C |
| Octal | 270 | 302 | 314 | 12 | 5 | 0 | 24 | 322 | 20 | 114 |
| Binary | 10111000 | 11000010 | 11001100 | 1010 | 101 | 0 | 10100 | 11010010 | 10000 | 1001100 |
Color Harmonies of #B8C2CC
Complementary color
Monochromatic Colors of #B8C2CC
Black with #B8C2CC
Text Example
Text Example
White with #B8C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C2CC; }
p { color: rgb(184,194,204); }
H1.HeaderClassName
{
color: #B8C2CC;
}
.AnyTagClassName
{
color: #B8C2CC;
}
</style>
background-color css
<style>
a { background-color: #B8C2CC; }
a { background-color: rgb(184,194,204); }
div.DivClassName
{
background-color: #B8C2CC;
}
.BgClassName
{
background-color: #B8C2CC;
}
</style>
border-color css
<style>
span { border-color: #B8C2CC; }
span { border-color: rgb(184,194,204); }
td.TdClassName
{
border-color: #B8C2CC;
}
.TagClassName
{
border-color: #B8C2CC;
}
</style>