Shades of Spindle #B4C5D2
Tints of Spindle #B4C5D2
RGB
CMYK
RGB Variations
Color information
#B4C5D2 (or 0xB4C5D2) is known color: Spindle. HEX triplet: B4, C5 and D2. RGB value is (180,197,210). Sum of RGB (Red+Green+Blue) = 180+197+210=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #B4C5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C5D2 is #4B3A2D. Grayscale: #C1C1C1. Windows color (decimal): -4930094 or 13813172. OLE color: 13813172.
HSL color Cylindrical-coordinate representation of color #B4C5D2: hue angle of 206º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4C5D2 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 197 | 210 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.18 |
| HSL | 206º | 0.25% | 0.76% | - |
| HSV(B) | 206º | 0.14% | 0.82% | - |
| XYZ | 50.42 | 54.29 | 68.79 | - |
| YUV | 193.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 197 | 210 | 0.14 | 0.06 | 0 | 0.18 | 206 | 0.25 | 0.76 |
| Hex | B4 | C5 | D2 | E | 6 | 0 | 12 | CE | 19 | 4C |
| Octal | 264 | 305 | 322 | 16 | 6 | 0 | 22 | 316 | 31 | 114 |
| Binary | 10110100 | 11000101 | 11010010 | 1110 | 110 | 0 | 10010 | 11001110 | 11001 | 1001100 |
Color Harmonies of #B4C5D2
Complementary color
Monochromatic Colors of #B4C5D2
Black with #B4C5D2
Text Example
Text Example
White with #B4C5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C5D2; }
p { color: rgb(180,197,210); }
H1.HeaderClassName
{
color: #B4C5D2;
}
.AnyTagClassName
{
color: #B4C5D2;
}
</style>
background-color css
<style>
a { background-color: #B4C5D2; }
a { background-color: rgb(180,197,210); }
div.DivClassName
{
background-color: #B4C5D2;
}
.BgClassName
{
background-color: #B4C5D2;
}
</style>
border-color css
<style>
span { border-color: #B4C5D2; }
span { border-color: rgb(180,197,210); }
td.TdClassName
{
border-color: #B4C5D2;
}
.TagClassName
{
border-color: #B4C5D2;
}
</style>