Shades of Spindle #B2C4CF
Tints of Spindle #B2C4CF
RGB
CMYK
RGB Variations
Color information
#B2C4CF (or 0xB2C4CF) is known color: Spindle. HEX triplet: B2, C4 and CF. RGB value is (178,196,207). Sum of RGB (Red+Green+Blue) = 178+196+207=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2C4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C4CF is #4D3B30. Grayscale: #BFBFBF. Windows color (decimal): -5061425 or 13616306. OLE color: 13616306.
HSL color Cylindrical-coordinate representation of color #B2C4CF: hue angle of 202.76º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2C4CF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 196 | 207 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.19 |
| HSL | 202.76º | 0.23% | 0.75% | - |
| HSV(B) | 202.76º | 0.14% | 0.81% | - |
| XYZ | 49.36 | 53.45 | 66.75 | - |
| YUV | 191.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 207 | 0.14 | 0.05 | 0 | 0.19 | 202.76 | 0.23 | 0.75 |
| Hex | B2 | C4 | CF | E | 5 | 0 | 13 | CB | 17 | 4B |
| Octal | 262 | 304 | 317 | 16 | 5 | 0 | 23 | 313 | 27 | 113 |
| Binary | 10110010 | 11000100 | 11001111 | 1110 | 101 | 0 | 10011 | 11001011 | 10111 | 1001011 |
Color Harmonies of #B2C4CF
Complementary color
Monochromatic Colors of #B2C4CF
Black with #B2C4CF
Text Example
Text Example
White with #B2C4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C4CF; }
p { color: rgb(178,196,207); }
H1.HeaderClassName
{
color: #B2C4CF;
}
.AnyTagClassName
{
color: #B2C4CF;
}
</style>
background-color css
<style>
a { background-color: #B2C4CF; }
a { background-color: rgb(178,196,207); }
div.DivClassName
{
background-color: #B2C4CF;
}
.BgClassName
{
background-color: #B2C4CF;
}
</style>
border-color css
<style>
span { border-color: #B2C4CF; }
span { border-color: rgb(178,196,207); }
td.TdClassName
{
border-color: #B2C4CF;
}
.TagClassName
{
border-color: #B2C4CF;
}
</style>