Shades of Spindle #B2BDD4
Tints of Spindle #B2BDD4
RGB
CMYK
RGB Variations
Color information
#B2BDD4 (or 0xB2BDD4) is known color: Spindle. HEX triplet: B2, BD and D4. RGB value is (178,189,212). Sum of RGB (Red+Green+Blue) = 178+189+212=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #B2BDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDD4 is #4D422B. Grayscale: #BCBCBC. Windows color (decimal): -5063212 or 13942194. OLE color: 13942194.
HSL color Cylindrical-coordinate representation of color #B2BDD4: hue angle of 220.59º 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 #B2BDD4 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 189 | 212 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.17 |
| HSL | 220.59º | 0.28% | 0.76% | - |
| HSV(B) | 220.59º | 0.16% | 0.83% | - |
| XYZ | 48.44 | 50.61 | 69.5 | - |
| YUV | 188.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 212 | 0.16 | 0.11 | 0 | 0.17 | 220.59 | 0.28 | 0.76 |
| Hex | B2 | BD | D4 | 10 | B | 0 | 11 | DD | 1C | 4C |
| Octal | 262 | 275 | 324 | 20 | 13 | 0 | 21 | 335 | 34 | 114 |
| Binary | 10110010 | 10111101 | 11010100 | 10000 | 1011 | 0 | 10001 | 11011101 | 11100 | 1001100 |
Color Harmonies of #B2BDD4
Complementary color
Monochromatic Colors of #B2BDD4
Black with #B2BDD4
Text Example
Text Example
White with #B2BDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDD4; }
p { color: rgb(178,189,212); }
H1.HeaderClassName
{
color: #B2BDD4;
}
.AnyTagClassName
{
color: #B2BDD4;
}
</style>
background-color css
<style>
a { background-color: #B2BDD4; }
a { background-color: rgb(178,189,212); }
div.DivClassName
{
background-color: #B2BDD4;
}
.BgClassName
{
background-color: #B2BDD4;
}
</style>
border-color css
<style>
span { border-color: #B2BDD4; }
span { border-color: rgb(178,189,212); }
td.TdClassName
{
border-color: #B2BDD4;
}
.TagClassName
{
border-color: #B2BDD4;
}
</style>