Shades of Spindle #B3CBDC
Tints of Spindle #B3CBDC
RGB
CMYK
RGB Variations
Color information
#B3CBDC (or 0xB3CBDC) is known color: Spindle. HEX triplet: B3, CB and DC. RGB value is (179,203,220). Sum of RGB (Red+Green+Blue) = 179+203+220=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBDC is #4C3423. Grayscale: #C5C5C5. Windows color (decimal): -4994084 or 14470067. OLE color: 14470067.
HSL color Cylindrical-coordinate representation of color #B3CBDC: hue angle of 204.88º degrees, saturation: 0.37, 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 #B3CBDC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 203 | 220 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.14 |
| HSL | 204.88º | 0.37% | 0.78% | - |
| HSV(B) | 204.88º | 0.19% | 0.86% | - |
| XYZ | 52.86 | 57.46 | 76.02 | - |
| YUV | 197.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 220 | 0.19 | 0.08 | 0 | 0.14 | 204.88 | 0.37 | 0.78 |
| Hex | B3 | CB | DC | 13 | 8 | 0 | E | CD | 25 | 4E |
| Octal | 263 | 313 | 334 | 23 | 10 | 0 | 16 | 315 | 45 | 116 |
| Binary | 10110011 | 11001011 | 11011100 | 10011 | 1000 | 0 | 1110 | 11001101 | 100101 | 1001110 |
Color Harmonies of #B3CBDC
Complementary color
Monochromatic Colors of #B3CBDC
Black with #B3CBDC
Text Example
Text Example
White with #B3CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CBDC; }
p { color: rgb(179,203,220); }
H1.HeaderClassName
{
color: #B3CBDC;
}
.AnyTagClassName
{
color: #B3CBDC;
}
</style>
background-color css
<style>
a { background-color: #B3CBDC; }
a { background-color: rgb(179,203,220); }
div.DivClassName
{
background-color: #B3CBDC;
}
.BgClassName
{
background-color: #B3CBDC;
}
</style>
border-color css
<style>
span { border-color: #B3CBDC; }
span { border-color: rgb(179,203,220); }
td.TdClassName
{
border-color: #B3CBDC;
}
.TagClassName
{
border-color: #B3CBDC;
}
</style>