Shades of Spindle #B4C7DB
Tints of Spindle #B4C7DB
RGB
CMYK
RGB Variations
Color information
#B4C7DB (or 0xB4C7DB) is known color: Spindle. HEX triplet: B4, C7 and DB. RGB value is (180,199,219). Sum of RGB (Red+Green+Blue) = 180+199+219=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C7DB is #4B3824. Grayscale: #C3C3C3. Windows color (decimal): -4929573 or 14403508. OLE color: 14403508.
HSL color Cylindrical-coordinate representation of color #B4C7DB: hue angle of 210.77º 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 #B4C7DB is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 180 | 199 | 219 | - |
CMYK | 0.18 | 0.09 | 0 | 0.14 |
HSL | 210.77º | 0.35% | 0.78% | - |
HSV(B) | 210.77º | 0.18% | 0.86% | - |
XYZ | 52.03 | 55.66 | 75.02 | - |
YUV | 195.6 | 141.21 | 116.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 199 | 219 | 0.18 | 0.09 | 0 | 0.14 | 210.77 | 0.35 | 0.78 |
Hex | B4 | C7 | DB | 12 | 9 | 0 | E | D3 | 23 | 4E |
Octal | 264 | 307 | 333 | 22 | 11 | 0 | 16 | 323 | 43 | 116 |
Binary | 10110100 | 11000111 | 11011011 | 10010 | 1001 | 0 | 1110 | 11010011 | 100011 | 1001110 |
Color Harmonies of #B4C7DB
Complementary color
Monochromatic Colors of #B4C7DB
Black with #B4C7DB
Text Example
Text Example
White with #B4C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C7DB; }
p { color: rgb(180,199,219); }
H1.HeaderClassName
{
color: #B4C7DB;
}
.AnyTagClassName
{
color: #B4C7DB;
}
</style>
background-color css
<style>
a { background-color: #B4C7DB; }
a { background-color: rgb(180,199,219); }
div.DivClassName
{
background-color: #B4C7DB;
}
.BgClassName
{
background-color: #B4C7DB;
}
</style>
border-color css
<style>
span { border-color: #B4C7DB; }
span { border-color: rgb(180,199,219); }
td.TdClassName
{
border-color: #B4C7DB;
}
.TagClassName
{
border-color: #B4C7DB;
}
</style>