Shades of Spindle #B2BCD4
Tints of Spindle #B2BCD4
RGB
CMYK
RGB Variations
Color information
#B2BCD4 (or 0xB2BCD4) is known color: Spindle. HEX triplet: B2, BC and D4. RGB value is (178,188,212). Sum of RGB (Red+Green+Blue) = 178+188+212=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: blue. Hex color #B2BCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCD4 is #4D432B. Grayscale: #BBBBBB. Windows color (decimal): -5063468 or 13941938. OLE color: 13941938.
HSL color Cylindrical-coordinate representation of color #B2BCD4: hue angle of 222.35º 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 #B2BCD4 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 188 | 212 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.17 |
| HSL | 222.35º | 0.28% | 0.76% | - |
| HSV(B) | 222.35º | 0.16% | 0.83% | - |
| XYZ | 48.23 | 50.18 | 69.43 | - |
| YUV | 187.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 212 | 0.16 | 0.11 | 0 | 0.17 | 222.35 | 0.28 | 0.76 |
| Hex | B2 | BC | D4 | 10 | B | 0 | 11 | DE | 1C | 4C |
| Octal | 262 | 274 | 324 | 20 | 13 | 0 | 21 | 336 | 34 | 114 |
| Binary | 10110010 | 10111100 | 11010100 | 10000 | 1011 | 0 | 10001 | 11011110 | 11100 | 1001100 |
Color Harmonies of #B2BCD4
Complementary color
Monochromatic Colors of #B2BCD4
Black with #B2BCD4
Text Example
Text Example
White with #B2BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCD4; }
p { color: rgb(178,188,212); }
H1.HeaderClassName
{
color: #B2BCD4;
}
.AnyTagClassName
{
color: #B2BCD4;
}
</style>
background-color css
<style>
a { background-color: #B2BCD4; }
a { background-color: rgb(178,188,212); }
div.DivClassName
{
background-color: #B2BCD4;
}
.BgClassName
{
background-color: #B2BCD4;
}
</style>
border-color css
<style>
span { border-color: #B2BCD4; }
span { border-color: rgb(178,188,212); }
td.TdClassName
{
border-color: #B2BCD4;
}
.TagClassName
{
border-color: #B2BCD4;
}
</style>