Shades of Spindle #B2C6DB
Tints of Spindle #B2C6DB
RGB
CMYK
RGB Variations
Color information
#B2C6DB (or 0xB2C6DB) is known color: Spindle. HEX triplet: B2, C6 and DB. RGB value is (178,198,219). Sum of RGB (Red+Green+Blue) = 178+198+219=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C6DB is #4D3924. Grayscale: #C2C2C2. Windows color (decimal): -5060901 or 14403250. OLE color: 14403250.
HSL color Cylindrical-coordinate representation of color #B2C6DB: hue angle of 210.73º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2C6DB is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 198 | 219 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.14 |
| HSL | 210.73º | 0.36% | 0.78% | - |
| HSV(B) | 210.73º | 0.19% | 0.86% | - |
| XYZ | 51.34 | 54.97 | 74.92 | - |
| YUV | 194.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 219 | 0.19 | 0.10 | 0 | 0.14 | 210.73 | 0.36 | 0.78 |
| Hex | B2 | C6 | DB | 13 | A | 0 | E | D3 | 24 | 4E |
| Octal | 262 | 306 | 333 | 23 | 12 | 0 | 16 | 323 | 44 | 116 |
| Binary | 10110010 | 11000110 | 11011011 | 10011 | 1010 | 0 | 1110 | 11010011 | 100100 | 1001110 |
Color Harmonies of #B2C6DB
Complementary color
Monochromatic Colors of #B2C6DB
Black with #B2C6DB
Text Example
Text Example
White with #B2C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C6DB; }
p { color: rgb(178,198,219); }
H1.HeaderClassName
{
color: #B2C6DB;
}
.AnyTagClassName
{
color: #B2C6DB;
}
</style>
background-color css
<style>
a { background-color: #B2C6DB; }
a { background-color: rgb(178,198,219); }
div.DivClassName
{
background-color: #B2C6DB;
}
.BgClassName
{
background-color: #B2C6DB;
}
</style>
border-color css
<style>
span { border-color: #B2C6DB; }
span { border-color: rgb(178,198,219); }
td.TdClassName
{
border-color: #B2C6DB;
}
.TagClassName
{
border-color: #B2C6DB;
}
</style>