Shades of Spindle #B6C9D2
Tints of Spindle #B6C9D2
RGB
CMYK
RGB Variations
Color information
#B6C9D2 (or 0xB6C9D2) is known color: Spindle. HEX triplet: B6, C9 and D2. RGB value is (182,201,210). Sum of RGB (Red+Green+Blue) = 182+201+210=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #B6C9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C9D2 is #49362D. Grayscale: #C4C4C4. Windows color (decimal): -4797998 or 13814198. OLE color: 13814198.
HSL color Cylindrical-coordinate representation of color #B6C9D2: hue angle of 199.29º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6C9D2 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 201 | 210 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.18 |
| HSL | 199.29º | 0.24% | 0.77% | - |
| HSV(B) | 199.29º | 0.13% | 0.82% | - |
| XYZ | 51.81 | 56.37 | 69.12 | - |
| YUV | 196.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 210 | 0.13 | 0.04 | 0 | 0.18 | 199.29 | 0.24 | 0.77 |
| Hex | B6 | C9 | D2 | D | 4 | 0 | 12 | C7 | 18 | 4D |
| Octal | 266 | 311 | 322 | 15 | 4 | 0 | 22 | 307 | 30 | 115 |
| Binary | 10110110 | 11001001 | 11010010 | 1101 | 100 | 0 | 10010 | 11000111 | 11000 | 1001101 |
Color Harmonies of #B6C9D2
Complementary color
Monochromatic Colors of #B6C9D2
Black with #B6C9D2
Text Example
Text Example
White with #B6C9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C9D2; }
p { color: rgb(182,201,210); }
H1.HeaderClassName
{
color: #B6C9D2;
}
.AnyTagClassName
{
color: #B6C9D2;
}
</style>
background-color css
<style>
a { background-color: #B6C9D2; }
a { background-color: rgb(182,201,210); }
div.DivClassName
{
background-color: #B6C9D2;
}
.BgClassName
{
background-color: #B6C9D2;
}
</style>
border-color css
<style>
span { border-color: #B6C9D2; }
span { border-color: rgb(182,201,210); }
td.TdClassName
{
border-color: #B6C9D2;
}
.TagClassName
{
border-color: #B6C9D2;
}
</style>