Shades of Spindle #B2BFD4
Tints of Spindle #B2BFD4
RGB
CMYK
RGB Variations
Color information
#B2BFD4 (or 0xB2BFD4) is known color: Spindle. HEX triplet: B2, BF and D4. RGB value is (178,191,212). Sum of RGB (Red+Green+Blue) = 178+191+212=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 212 - color contains mainly: blue. Hex color #B2BFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFD4 is #4D402B. Grayscale: #BDBDBD. Windows color (decimal): -5062700 or 13942706. OLE color: 13942706.
HSL color Cylindrical-coordinate representation of color #B2BFD4: hue angle of 217.06º 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 #B2BFD4 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 178 | 191 | 212 | - |
CMYK | 0.16 | 0.10 | 0 | 0.17 |
HSL | 217.06º | 0.28% | 0.76% | - |
HSV(B) | 217.06º | 0.16% | 0.83% | - |
XYZ | 48.87 | 51.48 | 69.65 | - |
YUV | 189.51 | 140.69 | 119.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 191 | 212 | 0.16 | 0.10 | 0 | 0.17 | 217.06 | 0.28 | 0.76 |
Hex | B2 | BF | D4 | 10 | A | 0 | 11 | D9 | 1C | 4C |
Octal | 262 | 277 | 324 | 20 | 12 | 0 | 21 | 331 | 34 | 114 |
Binary | 10110010 | 10111111 | 11010100 | 10000 | 1010 | 0 | 10001 | 11011001 | 11100 | 1001100 |
Color Harmonies of #B2BFD4
Complementary color
Monochromatic Colors of #B2BFD4
Black with #B2BFD4
Text Example
Text Example
White with #B2BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFD4; }
p { color: rgb(178,191,212); }
H1.HeaderClassName
{
color: #B2BFD4;
}
.AnyTagClassName
{
color: #B2BFD4;
}
</style>
background-color css
<style>
a { background-color: #B2BFD4; }
a { background-color: rgb(178,191,212); }
div.DivClassName
{
background-color: #B2BFD4;
}
.BgClassName
{
background-color: #B2BFD4;
}
</style>
border-color css
<style>
span { border-color: #B2BFD4; }
span { border-color: rgb(178,191,212); }
td.TdClassName
{
border-color: #B2BFD4;
}
.TagClassName
{
border-color: #B2BFD4;
}
</style>