Shades of Spindle #B1CADB
Tints of Spindle #B1CADB
RGB
CMYK
RGB Variations
Color information
#B1CADB (or 0xB1CADB) is known color: Spindle. HEX triplet: B1, CA and DB. RGB value is (177,202,219). Sum of RGB (Red+Green+Blue) = 177+202+219=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 202 (79.30% from 255 or 33.78% 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 #B1CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CADB is #4E3524. Grayscale: #C4C4C4. Windows color (decimal): -5125413 or 14404273. OLE color: 14404273.
HSL color Cylindrical-coordinate representation of color #B1CADB: hue angle of 204.29º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1CADB is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 202 | 219 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.14 |
| HSL | 204.29º | 0.37% | 0.78% | - |
| HSV(B) | 204.29º | 0.19% | 0.86% | - |
| XYZ | 52.04 | 56.7 | 75.22 | - |
| YUV | 196.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 219 | 0.19 | 0.08 | 0 | 0.14 | 204.29 | 0.37 | 0.78 |
| Hex | B1 | CA | DB | 13 | 8 | 0 | E | CC | 25 | 4E |
| Octal | 261 | 312 | 333 | 23 | 10 | 0 | 16 | 314 | 45 | 116 |
| Binary | 10110001 | 11001010 | 11011011 | 10011 | 1000 | 0 | 1110 | 11001100 | 100101 | 1001110 |
Color Harmonies of #B1CADB
Complementary color
Monochromatic Colors of #B1CADB
Black with #B1CADB
Text Example
Text Example
White with #B1CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CADB; }
p { color: rgb(177,202,219); }
H1.HeaderClassName
{
color: #B1CADB;
}
.AnyTagClassName
{
color: #B1CADB;
}
</style>
background-color css
<style>
a { background-color: #B1CADB; }
a { background-color: rgb(177,202,219); }
div.DivClassName
{
background-color: #B1CADB;
}
.BgClassName
{
background-color: #B1CADB;
}
</style>
border-color css
<style>
span { border-color: #B1CADB; }
span { border-color: rgb(177,202,219); }
td.TdClassName
{
border-color: #B1CADB;
}
.TagClassName
{
border-color: #B1CADB;
}
</style>