Shades of Spindle #B8BDCE
Tints of Spindle #B8BDCE
RGB
CMYK
RGB Variations
Color information
#B8BDCE (or 0xB8BDCE) is known color: Spindle. HEX triplet: B8, BD and CE. RGB value is (184,189,206). Sum of RGB (Red+Green+Blue) = 184+189+206=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDCE is #474231. Grayscale: #BDBDBD. Windows color (decimal): -4670002 or 13548984. OLE color: 13548984.
HSL color Cylindrical-coordinate representation of color #B8BDCE: hue angle of 226.36º 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 #B8BDCE is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 189 | 206 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.19 |
| HSL | 226.36º | 0.18% | 0.76% | - |
| HSV(B) | 226.36º | 0.11% | 0.81% | - |
| XYZ | 49.11 | 51.04 | 65.66 | - |
| YUV | 189.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 206 | 0.11 | 0.08 | 0 | 0.19 | 226.36 | 0.18 | 0.76 |
| Hex | B8 | BD | CE | B | 8 | 0 | 13 | E2 | 12 | 4C |
| Octal | 270 | 275 | 316 | 13 | 10 | 0 | 23 | 342 | 22 | 114 |
| Binary | 10111000 | 10111101 | 11001110 | 1011 | 1000 | 0 | 10011 | 11100010 | 10010 | 1001100 |
Color Harmonies of #B8BDCE
Complementary color
Monochromatic Colors of #B8BDCE
Black with #B8BDCE
Text Example
Text Example
White with #B8BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BDCE; }
p { color: rgb(184,189,206); }
H1.HeaderClassName
{
color: #B8BDCE;
}
.AnyTagClassName
{
color: #B8BDCE;
}
</style>
background-color css
<style>
a { background-color: #B8BDCE; }
a { background-color: rgb(184,189,206); }
div.DivClassName
{
background-color: #B8BDCE;
}
.BgClassName
{
background-color: #B8BDCE;
}
</style>
border-color css
<style>
span { border-color: #B8BDCE; }
span { border-color: rgb(184,189,206); }
td.TdClassName
{
border-color: #B8BDCE;
}
.TagClassName
{
border-color: #B8BDCE;
}
</style>