Shades of Spindle #B5BECB
Tints of Spindle #B5BECB
RGB
CMYK
RGB Variations
Color information
#B5BECB (or 0xB5BECB) is known color: Spindle. HEX triplet: B5, BE and CB. RGB value is (181,190,203). Sum of RGB (Red+Green+Blue) = 181+190+203=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BECB is #4A4134. Grayscale: #BCBCBC. Windows color (decimal): -4866357 or 13352629. OLE color: 13352629.
HSL color Cylindrical-coordinate representation of color #B5BECB: hue angle of 215.45º 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 #B5BECB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 181 | 190 | 203 | - |
CMYK | 0.11 | 0.06 | 0 | 0.20 |
HSL | 215.45º | 0.17% | 0.75% | - |
HSV(B) | 215.45º | 0.11% | 0.8% | - |
XYZ | 48.25 | 50.96 | 63.79 | - |
YUV | 188.79 | 136.02 | 122.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 190 | 203 | 0.11 | 0.06 | 0 | 0.20 | 215.45 | 0.17 | 0.75 |
Hex | B5 | BE | CB | B | 6 | 0 | 14 | D7 | 11 | 4B |
Octal | 265 | 276 | 313 | 13 | 6 | 0 | 24 | 327 | 21 | 113 |
Binary | 10110101 | 10111110 | 11001011 | 1011 | 110 | 0 | 10100 | 11010111 | 10001 | 1001011 |
Color Harmonies of #B5BECB
Complementary color
Monochromatic Colors of #B5BECB
Black with #B5BECB
Text Example
Text Example
White with #B5BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BECB; }
p { color: rgb(181,190,203); }
H1.HeaderClassName
{
color: #B5BECB;
}
.AnyTagClassName
{
color: #B5BECB;
}
</style>
background-color css
<style>
a { background-color: #B5BECB; }
a { background-color: rgb(181,190,203); }
div.DivClassName
{
background-color: #B5BECB;
}
.BgClassName
{
background-color: #B5BECB;
}
</style>
border-color css
<style>
span { border-color: #B5BECB; }
span { border-color: rgb(181,190,203); }
td.TdClassName
{
border-color: #B5BECB;
}
.TagClassName
{
border-color: #B5BECB;
}
</style>