Shades of Spindle #B2BECD
Tints of Spindle #B2BECD
RGB
CMYK
RGB Variations
Color information
#B2BECD (or 0xB2BECD) is known color: Spindle. HEX triplet: B2, BE and CD. RGB value is (178,190,205). Sum of RGB (Red+Green+Blue) = 178+190+205=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BECD is #4D4132. Grayscale: #BCBCBC. Windows color (decimal): -5062963 or 13483698. OLE color: 13483698.
HSL color Cylindrical-coordinate representation of color #B2BECD: hue angle of 213.33º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2BECD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 190 | 205 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.20 |
| HSL | 213.33º | 0.21% | 0.75% | - |
| HSV(B) | 213.33º | 0.13% | 0.8% | - |
| XYZ | 47.79 | 50.7 | 65.02 | - |
| YUV | 188.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 205 | 0.13 | 0.07 | 0 | 0.20 | 213.33 | 0.21 | 0.75 |
| Hex | B2 | BE | CD | D | 7 | 0 | 14 | D5 | 15 | 4B |
| Octal | 262 | 276 | 315 | 15 | 7 | 0 | 24 | 325 | 25 | 113 |
| Binary | 10110010 | 10111110 | 11001101 | 1101 | 111 | 0 | 10100 | 11010101 | 10101 | 1001011 |
Color Harmonies of #B2BECD
Complementary color
Monochromatic Colors of #B2BECD
Black with #B2BECD
Text Example
Text Example
White with #B2BECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BECD; }
p { color: rgb(178,190,205); }
H1.HeaderClassName
{
color: #B2BECD;
}
.AnyTagClassName
{
color: #B2BECD;
}
</style>
background-color css
<style>
a { background-color: #B2BECD; }
a { background-color: rgb(178,190,205); }
div.DivClassName
{
background-color: #B2BECD;
}
.BgClassName
{
background-color: #B2BECD;
}
</style>
border-color css
<style>
span { border-color: #B2BECD; }
span { border-color: rgb(178,190,205); }
td.TdClassName
{
border-color: #B2BECD;
}
.TagClassName
{
border-color: #B2BECD;
}
</style>