Shades of Spindle #B3CBDB
Tints of Spindle #B3CBDB
RGB
CMYK
RGB Variations
Color information
#B3CBDB (or 0xB3CBDB) is known color: Spindle. HEX triplet: B3, CB and DB. RGB value is (179,203,219). Sum of RGB (Red+Green+Blue) = 179+203+219=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBDB is #4C3424. Grayscale: #C5C5C5. Windows color (decimal): -4994085 or 14404531. OLE color: 14404531.
HSL color Cylindrical-coordinate representation of color #B3CBDB: hue angle of 204º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3CBDB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 203 | 219 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.14 |
| HSL | 204º | 0.36% | 0.78% | - |
| HSV(B) | 204º | 0.18% | 0.86% | - |
| XYZ | 52.73 | 57.41 | 75.32 | - |
| YUV | 197.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 219 | 0.18 | 0.07 | 0 | 0.14 | 204 | 0.36 | 0.78 |
| Hex | B3 | CB | DB | 12 | 7 | 0 | E | CC | 24 | 4E |
| Octal | 263 | 313 | 333 | 22 | 7 | 0 | 16 | 314 | 44 | 116 |
| Binary | 10110011 | 11001011 | 11011011 | 10010 | 111 | 0 | 1110 | 11001100 | 100100 | 1001110 |
Color Harmonies of #B3CBDB
Complementary color
Monochromatic Colors of #B3CBDB
Black with #B3CBDB
Text Example
Text Example
White with #B3CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CBDB; }
p { color: rgb(179,203,219); }
H1.HeaderClassName
{
color: #B3CBDB;
}
.AnyTagClassName
{
color: #B3CBDB;
}
</style>
background-color css
<style>
a { background-color: #B3CBDB; }
a { background-color: rgb(179,203,219); }
div.DivClassName
{
background-color: #B3CBDB;
}
.BgClassName
{
background-color: #B3CBDB;
}
</style>
border-color css
<style>
span { border-color: #B3CBDB; }
span { border-color: rgb(179,203,219); }
td.TdClassName
{
border-color: #B3CBDB;
}
.TagClassName
{
border-color: #B3CBDB;
}
</style>