Shades of Spindle #B5C7DA
Tints of Spindle #B5C7DA
RGB
CMYK
RGB Variations
Color information
#B5C7DA (or 0xB5C7DA) is known color: Spindle. HEX triplet: B5, C7 and DA. RGB value is (181,199,218). Sum of RGB (Red+Green+Blue) = 181+199+218=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #B5C7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C7DA is #4A3825. Grayscale: #C3C3C3. Windows color (decimal): -4864038 or 14337973. OLE color: 14337973.
HSL color Cylindrical-coordinate representation of color #B5C7DA: hue angle of 210.81º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5C7DA is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 181 | 199 | 218 | - |
CMYK | 0.17 | 0.09 | 0 | 0.15 |
HSL | 210.81º | 0.33% | 0.78% | - |
HSV(B) | 210.81º | 0.17% | 0.85% | - |
XYZ | 52.13 | 55.73 | 74.34 | - |
YUV | 195.78 | 140.54 | 117.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 199 | 218 | 0.17 | 0.09 | 0 | 0.15 | 210.81 | 0.33 | 0.78 |
Hex | B5 | C7 | DA | 11 | 9 | 0 | F | D3 | 21 | 4E |
Octal | 265 | 307 | 332 | 21 | 11 | 0 | 17 | 323 | 41 | 116 |
Binary | 10110101 | 11000111 | 11011010 | 10001 | 1001 | 0 | 1111 | 11010011 | 100001 | 1001110 |
Color Harmonies of #B5C7DA
Complementary color
Monochromatic Colors of #B5C7DA
Black with #B5C7DA
Text Example
Text Example
White with #B5C7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C7DA; }
p { color: rgb(181,199,218); }
H1.HeaderClassName
{
color: #B5C7DA;
}
.AnyTagClassName
{
color: #B5C7DA;
}
</style>
background-color css
<style>
a { background-color: #B5C7DA; }
a { background-color: rgb(181,199,218); }
div.DivClassName
{
background-color: #B5C7DA;
}
.BgClassName
{
background-color: #B5C7DA;
}
</style>
border-color css
<style>
span { border-color: #B5C7DA; }
span { border-color: rgb(181,199,218); }
td.TdClassName
{
border-color: #B5C7DA;
}
.TagClassName
{
border-color: #B5C7DA;
}
</style>