Shades of Spindle #B2BECE
Tints of Spindle #B2BECE
RGB
CMYK
RGB Variations
Color information
#B2BECE (or 0xB2BECE) is known color: Spindle. HEX triplet: B2, BE and CE. RGB value is (178,190,206). Sum of RGB (Red+Green+Blue) = 178+190+206=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BECE is #4D4131. Grayscale: #BCBCBC. Windows color (decimal): -5062962 or 13549234. OLE color: 13549234.
HSL color Cylindrical-coordinate representation of color #B2BECE: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2BECE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 190 | 206 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.19 |
| HSL | 214.29º | 0.22% | 0.75% | - |
| HSV(B) | 214.29º | 0.14% | 0.81% | - |
| XYZ | 47.91 | 50.75 | 65.66 | - |
| YUV | 188.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 206 | 0.14 | 0.08 | 0 | 0.19 | 214.29 | 0.22 | 0.75 |
| Hex | B2 | BE | CE | E | 8 | 0 | 13 | D6 | 16 | 4B |
| Octal | 262 | 276 | 316 | 16 | 10 | 0 | 23 | 326 | 26 | 113 |
| Binary | 10110010 | 10111110 | 11001110 | 1110 | 1000 | 0 | 10011 | 11010110 | 10110 | 1001011 |
Color Harmonies of #B2BECE
Complementary color
Monochromatic Colors of #B2BECE
Black with #B2BECE
Text Example
Text Example
White with #B2BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BECE; }
p { color: rgb(178,190,206); }
H1.HeaderClassName
{
color: #B2BECE;
}
.AnyTagClassName
{
color: #B2BECE;
}
</style>
background-color css
<style>
a { background-color: #B2BECE; }
a { background-color: rgb(178,190,206); }
div.DivClassName
{
background-color: #B2BECE;
}
.BgClassName
{
background-color: #B2BECE;
}
</style>
border-color css
<style>
span { border-color: #B2BECE; }
span { border-color: rgb(178,190,206); }
td.TdClassName
{
border-color: #B2BECE;
}
.TagClassName
{
border-color: #B2BECE;
}
</style>