Shades of Spindle #B9CADA
Tints of Spindle #B9CADA
RGB
CMYK
RGB Variations
Color information
#B9CADA (or 0xB9CADA) is known color: Spindle. HEX triplet: B9, CA and DA. RGB value is (185,202,218). Sum of RGB (Red+Green+Blue) = 185+202+218=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CADA is #463525. Grayscale: #C6C6C6. Windows color (decimal): -4601126 or 14338745. OLE color: 14338745.
HSL color Cylindrical-coordinate representation of color #B9CADA: hue angle of 209.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9CADA is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 202 | 218 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.15 |
| HSL | 209.09º | 0.31% | 0.79% | - |
| HSV(B) | 209.09º | 0.15% | 0.85% | - |
| XYZ | 53.78 | 57.62 | 74.62 | - |
| YUV | 198.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 218 | 0.15 | 0.07 | 0 | 0.15 | 209.09 | 0.31 | 0.79 |
| Hex | B9 | CA | DA | F | 7 | 0 | F | D1 | 1F | 4F |
| Octal | 271 | 312 | 332 | 17 | 7 | 0 | 17 | 321 | 37 | 117 |
| Binary | 10111001 | 11001010 | 11011010 | 1111 | 111 | 0 | 1111 | 11010001 | 11111 | 1001111 |
Color Harmonies of #B9CADA
Complementary color
Monochromatic Colors of #B9CADA
Black with #B9CADA
Text Example
Text Example
White with #B9CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CADA; }
p { color: rgb(185,202,218); }
H1.HeaderClassName
{
color: #B9CADA;
}
.AnyTagClassName
{
color: #B9CADA;
}
</style>
background-color css
<style>
a { background-color: #B9CADA; }
a { background-color: rgb(185,202,218); }
div.DivClassName
{
background-color: #B9CADA;
}
.BgClassName
{
background-color: #B9CADA;
}
</style>
border-color css
<style>
span { border-color: #B9CADA; }
span { border-color: rgb(185,202,218); }
td.TdClassName
{
border-color: #B9CADA;
}
.TagClassName
{
border-color: #B9CADA;
}
</style>