Shades of Spindle #B5BFCB
Tints of Spindle #B5BFCB
RGB
CMYK
RGB Variations
Color information
#B5BFCB (or 0xB5BFCB) is known color: Spindle. HEX triplet: B5, BF and CB. RGB value is (181,191,203). Sum of RGB (Red+Green+Blue) = 181+191+203=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFCB is #4A4034. Grayscale: #BDBDBD. Windows color (decimal): -4866101 or 13352885. OLE color: 13352885.
HSL color Cylindrical-coordinate representation of color #B5BFCB: hue angle of 212.73º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5BFCB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 191 | 203 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.20 |
| HSL | 212.73º | 0.17% | 0.75% | - |
| HSV(B) | 212.73º | 0.11% | 0.8% | - |
| XYZ | 48.47 | 51.4 | 63.87 | - |
| YUV | 189.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 203 | 0.11 | 0.06 | 0 | 0.20 | 212.73 | 0.17 | 0.75 |
| Hex | B5 | BF | CB | B | 6 | 0 | 14 | D5 | 11 | 4B |
| Octal | 265 | 277 | 313 | 13 | 6 | 0 | 24 | 325 | 21 | 113 |
| Binary | 10110101 | 10111111 | 11001011 | 1011 | 110 | 0 | 10100 | 11010101 | 10001 | 1001011 |
Color Harmonies of #B5BFCB
Complementary color
Monochromatic Colors of #B5BFCB
Black with #B5BFCB
Text Example
Text Example
White with #B5BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFCB; }
p { color: rgb(181,191,203); }
H1.HeaderClassName
{
color: #B5BFCB;
}
.AnyTagClassName
{
color: #B5BFCB;
}
</style>
background-color css
<style>
a { background-color: #B5BFCB; }
a { background-color: rgb(181,191,203); }
div.DivClassName
{
background-color: #B5BFCB;
}
.BgClassName
{
background-color: #B5BFCB;
}
</style>
border-color css
<style>
span { border-color: #B5BFCB; }
span { border-color: rgb(181,191,203); }
td.TdClassName
{
border-color: #B5BFCB;
}
.TagClassName
{
border-color: #B5BFCB;
}
</style>