Shades of Spindle #B4CCDB
Tints of Spindle #B4CCDB
RGB
CMYK
RGB Variations
Color information
#B4CCDB (or 0xB4CCDB) is known color: Spindle. HEX triplet: B4, CC and DB. RGB value is (180,204,219). Sum of RGB (Red+Green+Blue) = 180+204+219=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCDB is #4B3324. Grayscale: #C6C6C6. Windows color (decimal): -4928293 or 14404788. OLE color: 14404788.
HSL color Cylindrical-coordinate representation of color #B4CCDB: hue angle of 203.08º degrees, saturation: 0.35, 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 #B4CCDB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 204 | 219 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.14 |
| HSL | 203.08º | 0.35% | 0.78% | - |
| HSV(B) | 203.08º | 0.18% | 0.86% | - |
| XYZ | 53.2 | 58 | 75.41 | - |
| YUV | 198.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 204 | 219 | 0.18 | 0.07 | 0 | 0.14 | 203.08 | 0.35 | 0.78 |
| Hex | B4 | CC | DB | 12 | 7 | 0 | E | CB | 23 | 4E |
| Octal | 264 | 314 | 333 | 22 | 7 | 0 | 16 | 313 | 43 | 116 |
| Binary | 10110100 | 11001100 | 11011011 | 10010 | 111 | 0 | 1110 | 11001011 | 100011 | 1001110 |
Color Harmonies of #B4CCDB
Complementary color
Monochromatic Colors of #B4CCDB
Black with #B4CCDB
Text Example
Text Example
White with #B4CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CCDB; }
p { color: rgb(180,204,219); }
H1.HeaderClassName
{
color: #B4CCDB;
}
.AnyTagClassName
{
color: #B4CCDB;
}
</style>
background-color css
<style>
a { background-color: #B4CCDB; }
a { background-color: rgb(180,204,219); }
div.DivClassName
{
background-color: #B4CCDB;
}
.BgClassName
{
background-color: #B4CCDB;
}
</style>
border-color css
<style>
span { border-color: #B4CCDB; }
span { border-color: rgb(180,204,219); }
td.TdClassName
{
border-color: #B4CCDB;
}
.TagClassName
{
border-color: #B4CCDB;
}
</style>