Shades of Spindle #B1BECA
Tints of Spindle #B1BECA
RGB
CMYK
RGB Variations
Color information
#B1BECA (or 0xB1BECA) is known color: Spindle. HEX triplet: B1, BE and CA. RGB value is (177,190,202). Sum of RGB (Red+Green+Blue) = 177+190+202=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BECA is #4E4135. Grayscale: #BBBBBB. Windows color (decimal): -5128502 or 13287089. OLE color: 13287089.
HSL color Cylindrical-coordinate representation of color #B1BECA: hue angle of 208.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1BECA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 190 | 202 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.21 |
| HSL | 208.8º | 0.19% | 0.74% | - |
| HSV(B) | 208.8º | 0.12% | 0.79% | - |
| XYZ | 47.21 | 50.44 | 63.12 | - |
| YUV | 187.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 202 | 0.12 | 0.06 | 0 | 0.21 | 208.8 | 0.19 | 0.74 |
| Hex | B1 | BE | CA | C | 6 | 0 | 15 | D1 | 13 | 4A |
| Octal | 261 | 276 | 312 | 14 | 6 | 0 | 25 | 321 | 23 | 112 |
| Binary | 10110001 | 10111110 | 11001010 | 1100 | 110 | 0 | 10101 | 11010001 | 10011 | 1001010 |
Color Harmonies of #B1BECA
Complementary color
Monochromatic Colors of #B1BECA
Black with #B1BECA
Text Example
Text Example
White with #B1BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BECA; }
p { color: rgb(177,190,202); }
H1.HeaderClassName
{
color: #B1BECA;
}
.AnyTagClassName
{
color: #B1BECA;
}
</style>
background-color css
<style>
a { background-color: #B1BECA; }
a { background-color: rgb(177,190,202); }
div.DivClassName
{
background-color: #B1BECA;
}
.BgClassName
{
background-color: #B1BECA;
}
</style>
border-color css
<style>
span { border-color: #B1BECA; }
span { border-color: rgb(177,190,202); }
td.TdClassName
{
border-color: #B1BECA;
}
.TagClassName
{
border-color: #B1BECA;
}
</style>