Shades of Spindle #B1CBDE
Tints of Spindle #B1CBDE
RGB
CMYK
RGB Variations
Color information
#B1CBDE (or 0xB1CBDE) is known color: Spindle. HEX triplet: B1, CB and DE. RGB value is (177,203,222). Sum of RGB (Red+Green+Blue) = 177+203+222=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1CBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBDE is #4E3421. Grayscale: #C5C5C5. Windows color (decimal): -5125154 or 14601137. OLE color: 14601137.
HSL color Cylindrical-coordinate representation of color #B1CBDE: hue angle of 205.33º degrees, saturation: 0.41, 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 #B1CBDE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 203 | 222 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.13 |
| HSL | 205.33º | 0.41% | 0.78% | - |
| HSV(B) | 205.33º | 0.2% | 0.87% | - |
| XYZ | 52.67 | 57.33 | 77.4 | - |
| YUV | 197.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 222 | 0.20 | 0.09 | 0 | 0.13 | 205.33 | 0.41 | 0.78 |
| Hex | B1 | CB | DE | 14 | 9 | 0 | D | CD | 29 | 4E |
| Octal | 261 | 313 | 336 | 24 | 11 | 0 | 15 | 315 | 51 | 116 |
| Binary | 10110001 | 11001011 | 11011110 | 10100 | 1001 | 0 | 1101 | 11001101 | 101001 | 1001110 |
Color Harmonies of #B1CBDE
Complementary color
Monochromatic Colors of #B1CBDE
Black with #B1CBDE
Text Example
Text Example
White with #B1CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBDE; }
p { color: rgb(177,203,222); }
H1.HeaderClassName
{
color: #B1CBDE;
}
.AnyTagClassName
{
color: #B1CBDE;
}
</style>
background-color css
<style>
a { background-color: #B1CBDE; }
a { background-color: rgb(177,203,222); }
div.DivClassName
{
background-color: #B1CBDE;
}
.BgClassName
{
background-color: #B1CBDE;
}
</style>
border-color css
<style>
span { border-color: #B1CBDE; }
span { border-color: rgb(177,203,222); }
td.TdClassName
{
border-color: #B1CBDE;
}
.TagClassName
{
border-color: #B1CBDE;
}
</style>