Shades of Spindle #B5BED2
Tints of Spindle #B5BED2
RGB
CMYK
RGB Variations
Color information
#B5BED2 (or 0xB5BED2) is known color: Spindle. HEX triplet: B5, BE and D2. RGB value is (181,190,210). Sum of RGB (Red+Green+Blue) = 181+190+210=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 210 - color contains mainly: blue. Hex color #B5BED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BED2 is #4A412D. Grayscale: #BDBDBD. Windows color (decimal): -4866350 or 13811381. OLE color: 13811381.
HSL color Cylindrical-coordinate representation of color #B5BED2: hue angle of 221.38º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5BED2 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 181 | 190 | 210 | - |
CMYK | 0.14 | 0.10 | 0 | 0.18 |
HSL | 221.38º | 0.24% | 0.77% | - |
HSV(B) | 221.38º | 0.14% | 0.82% | - |
XYZ | 49.1 | 51.3 | 68.29 | - |
YUV | 189.59 | 139.52 | 121.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 190 | 210 | 0.14 | 0.10 | 0 | 0.18 | 221.38 | 0.24 | 0.77 |
Hex | B5 | BE | D2 | E | A | 0 | 12 | DD | 18 | 4D |
Octal | 265 | 276 | 322 | 16 | 12 | 0 | 22 | 335 | 30 | 115 |
Binary | 10110101 | 10111110 | 11010010 | 1110 | 1010 | 0 | 10010 | 11011101 | 11000 | 1001101 |
Color Harmonies of #B5BED2
Complementary color
Monochromatic Colors of #B5BED2
Black with #B5BED2
Text Example
Text Example
White with #B5BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BED2; }
p { color: rgb(181,190,210); }
H1.HeaderClassName
{
color: #B5BED2;
}
.AnyTagClassName
{
color: #B5BED2;
}
</style>
background-color css
<style>
a { background-color: #B5BED2; }
a { background-color: rgb(181,190,210); }
div.DivClassName
{
background-color: #B5BED2;
}
.BgClassName
{
background-color: #B5BED2;
}
</style>
border-color css
<style>
span { border-color: #B5BED2; }
span { border-color: rgb(181,190,210); }
td.TdClassName
{
border-color: #B5BED2;
}
.TagClassName
{
border-color: #B5BED2;
}
</style>