Shades of Spindle #B1BECB
Tints of Spindle #B1BECB
RGB
CMYK
RGB Variations
Color information
#B1BECB (or 0xB1BECB) is known color: Spindle. HEX triplet: B1, BE and CB. RGB value is (177,190,203). Sum of RGB (Red+Green+Blue) = 177+190+203=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BECB is #4E4134. Grayscale: #BBBBBB. Windows color (decimal): -5128501 or 13352625. OLE color: 13352625.
HSL color Cylindrical-coordinate representation of color #B1BECB: hue angle of 210º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1BECB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 190 | 203 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.20 |
| HSL | 210º | 0.2% | 0.75% | - |
| HSV(B) | 210º | 0.13% | 0.8% | - |
| XYZ | 47.32 | 50.49 | 63.75 | - |
| YUV | 187.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 203 | 0.13 | 0.06 | 0 | 0.20 | 210 | 0.2 | 0.75 |
| Hex | B1 | BE | CB | D | 6 | 0 | 14 | D2 | 14 | 4B |
| Octal | 261 | 276 | 313 | 15 | 6 | 0 | 24 | 322 | 24 | 113 |
| Binary | 10110001 | 10111110 | 11001011 | 1101 | 110 | 0 | 10100 | 11010010 | 10100 | 1001011 |
Color Harmonies of #B1BECB
Complementary color
Monochromatic Colors of #B1BECB
Black with #B1BECB
Text Example
Text Example
White with #B1BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BECB; }
p { color: rgb(177,190,203); }
H1.HeaderClassName
{
color: #B1BECB;
}
.AnyTagClassName
{
color: #B1BECB;
}
</style>
background-color css
<style>
a { background-color: #B1BECB; }
a { background-color: rgb(177,190,203); }
div.DivClassName
{
background-color: #B1BECB;
}
.BgClassName
{
background-color: #B1BECB;
}
</style>
border-color css
<style>
span { border-color: #B1BECB; }
span { border-color: rgb(177,190,203); }
td.TdClassName
{
border-color: #B1BECB;
}
.TagClassName
{
border-color: #B1BECB;
}
</style>