Shades of Perano #B5BCDF
Tints of Perano #B5BCDF
RGB
CMYK
RGB Variations
Color information
#B5BCDF (or 0xB5BCDF) is known color: Perano. HEX triplet: B5, BC and DF. RGB value is (181,188,223). Sum of RGB (Red+Green+Blue) = 181+188+223=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCDF is #4A4320. Grayscale: #BDBDBD. Windows color (decimal): -4866849 or 14662837. OLE color: 14662837.
HSL color Cylindrical-coordinate representation of color #B5BCDF: hue angle of 230º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5BCDF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 188 | 223 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.13 |
| HSL | 230º | 0.4% | 0.79% | - |
| HSV(B) | 230º | 0.19% | 0.87% | - |
| XYZ | 50.36 | 51.12 | 77.02 | - |
| YUV | 189.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 223 | 0.19 | 0.16 | 0 | 0.13 | 230 | 0.4 | 0.79 |
| Hex | B5 | BC | DF | 13 | 10 | 0 | D | E6 | 28 | 4F |
| Octal | 265 | 274 | 337 | 23 | 20 | 0 | 15 | 346 | 50 | 117 |
| Binary | 10110101 | 10111100 | 11011111 | 10011 | 10000 | 0 | 1101 | 11100110 | 101000 | 1001111 |
Color Harmonies of #B5BCDF
Complementary color
Monochromatic Colors of #B5BCDF
Black with #B5BCDF
Text Example
Text Example
White with #B5BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCDF; }
p { color: rgb(181,188,223); }
H1.HeaderClassName
{
color: #B5BCDF;
}
.AnyTagClassName
{
color: #B5BCDF;
}
</style>
background-color css
<style>
a { background-color: #B5BCDF; }
a { background-color: rgb(181,188,223); }
div.DivClassName
{
background-color: #B5BCDF;
}
.BgClassName
{
background-color: #B5BCDF;
}
</style>
border-color css
<style>
span { border-color: #B5BCDF; }
span { border-color: rgb(181,188,223); }
td.TdClassName
{
border-color: #B5BCDF;
}
.TagClassName
{
border-color: #B5BCDF;
}
</style>