Shades of Spindle #B2BED4
Tints of Spindle #B2BED4
RGB
CMYK
RGB Variations
Color information
#B2BED4 (or 0xB2BED4) is known color: Spindle. HEX triplet: B2, BE and D4. RGB value is (178,190,212). Sum of RGB (Red+Green+Blue) = 178+190+212=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 212 - color contains mainly: blue. Hex color #B2BED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BED4 is #4D412B. Grayscale: #BCBCBC. Windows color (decimal): -5062956 or 13942450. OLE color: 13942450.
HSL color Cylindrical-coordinate representation of color #B2BED4: hue angle of 218.82º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2BED4 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 190 | 212 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.17 |
| HSL | 218.82º | 0.28% | 0.76% | - |
| HSV(B) | 218.82º | 0.16% | 0.83% | - |
| XYZ | 48.66 | 51.05 | 69.58 | - |
| YUV | 188.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 212 | 0.16 | 0.10 | 0 | 0.17 | 218.82 | 0.28 | 0.76 |
| Hex | B2 | BE | D4 | 10 | A | 0 | 11 | DB | 1C | 4C |
| Octal | 262 | 276 | 324 | 20 | 12 | 0 | 21 | 333 | 34 | 114 |
| Binary | 10110010 | 10111110 | 11010100 | 10000 | 1010 | 0 | 10001 | 11011011 | 11100 | 1001100 |
Color Harmonies of #B2BED4
Complementary color
Monochromatic Colors of #B2BED4
Black with #B2BED4
Text Example
Text Example
White with #B2BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BED4; }
p { color: rgb(178,190,212); }
H1.HeaderClassName
{
color: #B2BED4;
}
.AnyTagClassName
{
color: #B2BED4;
}
</style>
background-color css
<style>
a { background-color: #B2BED4; }
a { background-color: rgb(178,190,212); }
div.DivClassName
{
background-color: #B2BED4;
}
.BgClassName
{
background-color: #B2BED4;
}
</style>
border-color css
<style>
span { border-color: #B2BED4; }
span { border-color: rgb(178,190,212); }
td.TdClassName
{
border-color: #B2BED4;
}
.TagClassName
{
border-color: #B2BED4;
}
</style>