Shades of Perano #B9BEDC
Tints of Perano #B9BEDC
RGB
CMYK
RGB Variations
Color information
#B9BEDC (or 0xB9BEDC) is known color: Perano. HEX triplet: B9, BE and DC. RGB value is (185,190,220). Sum of RGB (Red+Green+Blue) = 185+190+220=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEDC is #464123. Grayscale: #BFBFBF. Windows color (decimal): -4604196 or 14466745. OLE color: 14466745.
HSL color Cylindrical-coordinate representation of color #B9BEDC: hue angle of 231.43º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BEDC is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 190 | 220 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.14 |
| HSL | 231.43º | 0.33% | 0.79% | - |
| HSV(B) | 231.43º | 0.16% | 0.86% | - |
| XYZ | 51.34 | 52.31 | 75.1 | - |
| YUV | 191.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 190 | 220 | 0.16 | 0.14 | 0 | 0.14 | 231.43 | 0.33 | 0.79 |
| Hex | B9 | BE | DC | 10 | E | 0 | E | E7 | 21 | 4F |
| Octal | 271 | 276 | 334 | 20 | 16 | 0 | 16 | 347 | 41 | 117 |
| Binary | 10111001 | 10111110 | 11011100 | 10000 | 1110 | 0 | 1110 | 11100111 | 100001 | 1001111 |
Color Harmonies of #B9BEDC
Complementary color
Monochromatic Colors of #B9BEDC
Black with #B9BEDC
Text Example
Text Example
White with #B9BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BEDC; }
p { color: rgb(185,190,220); }
H1.HeaderClassName
{
color: #B9BEDC;
}
.AnyTagClassName
{
color: #B9BEDC;
}
</style>
background-color css
<style>
a { background-color: #B9BEDC; }
a { background-color: rgb(185,190,220); }
div.DivClassName
{
background-color: #B9BEDC;
}
.BgClassName
{
background-color: #B9BEDC;
}
</style>
border-color css
<style>
span { border-color: #B9BEDC; }
span { border-color: rgb(185,190,220); }
td.TdClassName
{
border-color: #B9BEDC;
}
.TagClassName
{
border-color: #B9BEDC;
}
</style>