Shades of Spindle #B3BBCE
Tints of Spindle #B3BBCE
RGB
CMYK
RGB Variations
Color information
#B3BBCE (or 0xB3BBCE) is known color: Spindle. HEX triplet: B3, BB and CE. RGB value is (179,187,206). Sum of RGB (Red+Green+Blue) = 179+187+206=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBCE is #4C4431. Grayscale: #BABABA. Windows color (decimal): -4998194 or 13548467. OLE color: 13548467.
HSL color Cylindrical-coordinate representation of color #B3BBCE: hue angle of 222.22º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3BBCE is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 187 | 206 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.19 |
| HSL | 222.22º | 0.22% | 0.75% | - |
| HSV(B) | 222.22º | 0.13% | 0.81% | - |
| XYZ | 47.5 | 49.58 | 65.46 | - |
| YUV | 186.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 206 | 0.13 | 0.09 | 0 | 0.19 | 222.22 | 0.22 | 0.75 |
| Hex | B3 | BB | CE | D | 9 | 0 | 13 | DE | 16 | 4B |
| Octal | 263 | 273 | 316 | 15 | 11 | 0 | 23 | 336 | 26 | 113 |
| Binary | 10110011 | 10111011 | 11001110 | 1101 | 1001 | 0 | 10011 | 11011110 | 10110 | 1001011 |
Color Harmonies of #B3BBCE
Complementary color
Monochromatic Colors of #B3BBCE
Black with #B3BBCE
Text Example
Text Example
White with #B3BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBCE; }
p { color: rgb(179,187,206); }
H1.HeaderClassName
{
color: #B3BBCE;
}
.AnyTagClassName
{
color: #B3BBCE;
}
</style>
background-color css
<style>
a { background-color: #B3BBCE; }
a { background-color: rgb(179,187,206); }
div.DivClassName
{
background-color: #B3BBCE;
}
.BgClassName
{
background-color: #B3BBCE;
}
</style>
border-color css
<style>
span { border-color: #B3BBCE; }
span { border-color: rgb(179,187,206); }
td.TdClassName
{
border-color: #B3BBCE;
}
.TagClassName
{
border-color: #B3BBCE;
}
</style>