Shades of Spindle #B4CCDF
Tints of Spindle #B4CCDF
RGB
CMYK
RGB Variations
Color information
#B4CCDF (or 0xB4CCDF) is known color: Spindle. HEX triplet: B4, CC and DF. RGB value is (180,204,223). Sum of RGB (Red+Green+Blue) = 180+204+223=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCDF is #4B3320. Grayscale: #C6C6C6. Windows color (decimal): -4928289 or 14666932. OLE color: 14666932.
HSL color Cylindrical-coordinate representation of color #B4CCDF: hue angle of 206.51º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4CCDF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 204 | 223 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.13 |
| HSL | 206.51º | 0.4% | 0.79% | - |
| HSV(B) | 206.51º | 0.19% | 0.87% | - |
| XYZ | 53.73 | 58.22 | 78.22 | - |
| YUV | 198.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 204 | 223 | 0.19 | 0.09 | 0 | 0.13 | 206.51 | 0.4 | 0.79 |
| Hex | B4 | CC | DF | 13 | 9 | 0 | D | CF | 28 | 4F |
| Octal | 264 | 314 | 337 | 23 | 11 | 0 | 15 | 317 | 50 | 117 |
| Binary | 10110100 | 11001100 | 11011111 | 10011 | 1001 | 0 | 1101 | 11001111 | 101000 | 1001111 |
Color Harmonies of #B4CCDF
Complementary color
Monochromatic Colors of #B4CCDF
Black with #B4CCDF
Text Example
Text Example
White with #B4CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CCDF; }
p { color: rgb(180,204,223); }
H1.HeaderClassName
{
color: #B4CCDF;
}
.AnyTagClassName
{
color: #B4CCDF;
}
</style>
background-color css
<style>
a { background-color: #B4CCDF; }
a { background-color: rgb(180,204,223); }
div.DivClassName
{
background-color: #B4CCDF;
}
.BgClassName
{
background-color: #B4CCDF;
}
</style>
border-color css
<style>
span { border-color: #B4CCDF; }
span { border-color: rgb(180,204,223); }
td.TdClassName
{
border-color: #B4CCDF;
}
.TagClassName
{
border-color: #B4CCDF;
}
</style>