Shades of Spindle #B1CBDA
Tints of Spindle #B1CBDA
RGB
CMYK
RGB Variations
Color information
#B1CBDA (or 0xB1CBDA) is known color: Spindle. HEX triplet: B1, CB and DA. RGB value is (177,203,218). Sum of RGB (Red+Green+Blue) = 177+203+218=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1CBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBDA is #4E3425. Grayscale: #C4C4C4. Windows color (decimal): -5125158 or 14338993. OLE color: 14338993.
HSL color Cylindrical-coordinate representation of color #B1CBDA: hue angle of 201.95º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1CBDA is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 203 | 218 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.15 |
| HSL | 201.95º | 0.36% | 0.77% | - |
| HSV(B) | 201.95º | 0.19% | 0.85% | - |
| XYZ | 52.14 | 57.12 | 74.61 | - |
| YUV | 196.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 218 | 0.19 | 0.07 | 0 | 0.15 | 201.95 | 0.36 | 0.77 |
| Hex | B1 | CB | DA | 13 | 7 | 0 | F | CA | 24 | 4D |
| Octal | 261 | 313 | 332 | 23 | 7 | 0 | 17 | 312 | 44 | 115 |
| Binary | 10110001 | 11001011 | 11011010 | 10011 | 111 | 0 | 1111 | 11001010 | 100100 | 1001101 |
Color Harmonies of #B1CBDA
Complementary color
Monochromatic Colors of #B1CBDA
Black with #B1CBDA
Text Example
Text Example
White with #B1CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBDA; }
p { color: rgb(177,203,218); }
H1.HeaderClassName
{
color: #B1CBDA;
}
.AnyTagClassName
{
color: #B1CBDA;
}
</style>
background-color css
<style>
a { background-color: #B1CBDA; }
a { background-color: rgb(177,203,218); }
div.DivClassName
{
background-color: #B1CBDA;
}
.BgClassName
{
background-color: #B1CBDA;
}
</style>
border-color css
<style>
span { border-color: #B1CBDA; }
span { border-color: rgb(177,203,218); }
td.TdClassName
{
border-color: #B1CBDA;
}
.TagClassName
{
border-color: #B1CBDA;
}
</style>