Shades of Spindle #B4CDDD
Tints of Spindle #B4CDDD
RGB
CMYK
RGB Variations
Color information
#B4CDDD (or 0xB4CDDD) is known color: Spindle. HEX triplet: B4, CD and DD. RGB value is (180,205,221). Sum of RGB (Red+Green+Blue) = 180+205+221=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDDD is #4B3222. Grayscale: #C7C7C7. Windows color (decimal): -4928035 or 14536116. OLE color: 14536116.
HSL color Cylindrical-coordinate representation of color #B4CDDD: hue angle of 203.41º degrees, saturation: 0.38, 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 #B4CDDD is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 205 | 221 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.13 |
| HSL | 203.41º | 0.38% | 0.79% | - |
| HSV(B) | 203.41º | 0.19% | 0.87% | - |
| XYZ | 53.7 | 58.59 | 76.88 | - |
| YUV | 199.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 205 | 221 | 0.19 | 0.07 | 0 | 0.13 | 203.41 | 0.38 | 0.79 |
| Hex | B4 | CD | DD | 13 | 7 | 0 | D | CB | 26 | 4F |
| Octal | 264 | 315 | 335 | 23 | 7 | 0 | 15 | 313 | 46 | 117 |
| Binary | 10110100 | 11001101 | 11011101 | 10011 | 111 | 0 | 1101 | 11001011 | 100110 | 1001111 |
Color Harmonies of #B4CDDD
Complementary color
Monochromatic Colors of #B4CDDD
Black with #B4CDDD
Text Example
Text Example
White with #B4CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CDDD; }
p { color: rgb(180,205,221); }
H1.HeaderClassName
{
color: #B4CDDD;
}
.AnyTagClassName
{
color: #B4CDDD;
}
</style>
background-color css
<style>
a { background-color: #B4CDDD; }
a { background-color: rgb(180,205,221); }
div.DivClassName
{
background-color: #B4CDDD;
}
.BgClassName
{
background-color: #B4CDDD;
}
</style>
border-color css
<style>
span { border-color: #B4CDDD; }
span { border-color: rgb(180,205,221); }
td.TdClassName
{
border-color: #B4CDDD;
}
.TagClassName
{
border-color: #B4CDDD;
}
</style>