Shades of Spindle #B1CBDD
Tints of Spindle #B1CBDD
RGB
CMYK
RGB Variations
Color information
#B1CBDD (or 0xB1CBDD) is known color: Spindle. HEX triplet: B1, CB and DD. RGB value is (177,203,221). Sum of RGB (Red+Green+Blue) = 177+203+221=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBDD is #4E3422. Grayscale: #C5C5C5. Windows color (decimal): -5125155 or 14535601. OLE color: 14535601.
HSL color Cylindrical-coordinate representation of color #B1CBDD: hue angle of 204.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1CBDD is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 203 | 221 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.13 |
| HSL | 204.55º | 0.39% | 0.78% | - |
| HSV(B) | 204.55º | 0.2% | 0.87% | - |
| XYZ | 52.54 | 57.28 | 76.69 | - |
| YUV | 197.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 221 | 0.20 | 0.08 | 0 | 0.13 | 204.55 | 0.39 | 0.78 |
| Hex | B1 | CB | DD | 14 | 8 | 0 | D | CD | 27 | 4E |
| Octal | 261 | 313 | 335 | 24 | 10 | 0 | 15 | 315 | 47 | 116 |
| Binary | 10110001 | 11001011 | 11011101 | 10100 | 1000 | 0 | 1101 | 11001101 | 100111 | 1001110 |
Color Harmonies of #B1CBDD
Complementary color
Monochromatic Colors of #B1CBDD
Black with #B1CBDD
Text Example
Text Example
White with #B1CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBDD; }
p { color: rgb(177,203,221); }
H1.HeaderClassName
{
color: #B1CBDD;
}
.AnyTagClassName
{
color: #B1CBDD;
}
</style>
background-color css
<style>
a { background-color: #B1CBDD; }
a { background-color: rgb(177,203,221); }
div.DivClassName
{
background-color: #B1CBDD;
}
.BgClassName
{
background-color: #B1CBDD;
}
</style>
border-color css
<style>
span { border-color: #B1CBDD; }
span { border-color: rgb(177,203,221); }
td.TdClassName
{
border-color: #B1CBDD;
}
.TagClassName
{
border-color: #B1CBDD;
}
</style>