Shades of Spindle #B5CDD9
Tints of Spindle #B5CDD9
RGB
CMYK
RGB Variations
Color information
#B5CDD9 (or 0xB5CDD9) is known color: Spindle. HEX triplet: B5, CD and D9. RGB value is (181,205,217). Sum of RGB (Red+Green+Blue) = 181+205+217=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 217 - color contains mainly: blue. Hex color #B5CDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDD9 is #4A3226. Grayscale: #C7C7C7. Windows color (decimal): -4862503 or 14273973. OLE color: 14273973.
HSL color Cylindrical-coordinate representation of color #B5CDD9: hue angle of 200º degrees, saturation: 0.32, 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 #B5CDD9 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 205 | 217 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.15 |
| HSL | 200º | 0.32% | 0.78% | - |
| HSV(B) | 200º | 0.17% | 0.85% | - |
| XYZ | 53.41 | 58.5 | 74.12 | - |
| YUV | 199.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 205 | 217 | 0.17 | 0.06 | 0 | 0.15 | 200 | 0.32 | 0.78 |
| Hex | B5 | CD | D9 | 11 | 6 | 0 | F | C8 | 20 | 4E |
| Octal | 265 | 315 | 331 | 21 | 6 | 0 | 17 | 310 | 40 | 116 |
| Binary | 10110101 | 11001101 | 11011001 | 10001 | 110 | 0 | 1111 | 11001000 | 100000 | 1001110 |
Color Harmonies of #B5CDD9
Complementary color
Monochromatic Colors of #B5CDD9
Black with #B5CDD9
Text Example
Text Example
White with #B5CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CDD9; }
p { color: rgb(181,205,217); }
H1.HeaderClassName
{
color: #B5CDD9;
}
.AnyTagClassName
{
color: #B5CDD9;
}
</style>
background-color css
<style>
a { background-color: #B5CDD9; }
a { background-color: rgb(181,205,217); }
div.DivClassName
{
background-color: #B5CDD9;
}
.BgClassName
{
background-color: #B5CDD9;
}
</style>
border-color css
<style>
span { border-color: #B5CDD9; }
span { border-color: rgb(181,205,217); }
td.TdClassName
{
border-color: #B5CDD9;
}
.TagClassName
{
border-color: #B5CDD9;
}
</style>