Shades of Spindle #B1CCDB
Tints of Spindle #B1CCDB
RGB
CMYK
RGB Variations
Color information
#B1CCDB (or 0xB1CCDB) is known color: Spindle. HEX triplet: B1, CC and DB. RGB value is (177,204,219). Sum of RGB (Red+Green+Blue) = 177+204+219=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCDB is #4E3324. Grayscale: #C5C5C5. Windows color (decimal): -5124901 or 14404785. OLE color: 14404785.
HSL color Cylindrical-coordinate representation of color #B1CCDB: hue angle of 201.43º 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 #B1CCDB is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 204 | 219 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.14 |
| HSL | 201.43º | 0.37% | 0.78% | - |
| HSV(B) | 201.43º | 0.19% | 0.86% | - |
| XYZ | 52.51 | 57.65 | 75.38 | - |
| YUV | 197.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 219 | 0.19 | 0.07 | 0 | 0.14 | 201.43 | 0.37 | 0.78 |
| Hex | B1 | CC | DB | 13 | 7 | 0 | E | C9 | 25 | 4E |
| Octal | 261 | 314 | 333 | 23 | 7 | 0 | 16 | 311 | 45 | 116 |
| Binary | 10110001 | 11001100 | 11011011 | 10011 | 111 | 0 | 1110 | 11001001 | 100101 | 1001110 |
Color Harmonies of #B1CCDB
Complementary color
Monochromatic Colors of #B1CCDB
Black with #B1CCDB
Text Example
Text Example
White with #B1CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CCDB; }
p { color: rgb(177,204,219); }
H1.HeaderClassName
{
color: #B1CCDB;
}
.AnyTagClassName
{
color: #B1CCDB;
}
</style>
background-color css
<style>
a { background-color: #B1CCDB; }
a { background-color: rgb(177,204,219); }
div.DivClassName
{
background-color: #B1CCDB;
}
.BgClassName
{
background-color: #B1CCDB;
}
</style>
border-color css
<style>
span { border-color: #B1CCDB; }
span { border-color: rgb(177,204,219); }
td.TdClassName
{
border-color: #B1CCDB;
}
.TagClassName
{
border-color: #B1CCDB;
}
</style>