Shades of Perano #B9BCED
Tints of Perano #B9BCED
RGB
CMYK
RGB Variations
Color information
#B9BCED (or 0xB9BCED) is known color: Perano. HEX triplet: B9, BC and ED. RGB value is (185,188,237). Sum of RGB (Red+Green+Blue) = 185+188+237=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCED is #464312. Grayscale: #C0C0C0. Windows color (decimal): -4604691 or 15580345. OLE color: 15580345.
HSL color Cylindrical-coordinate representation of color #B9BCED: hue angle of 236.54º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9BCED is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 188 | 237 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.07 |
| HSL | 236.54º | 0.59% | 0.83% | - |
| HSV(B) | 236.54º | 0.22% | 0.93% | - |
| XYZ | 53.28 | 52.4 | 87.43 | - |
| YUV | 192.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 237 | 0.22 | 0.21 | 0 | 0.07 | 236.54 | 0.59 | 0.83 |
| Hex | B9 | BC | ED | 16 | 15 | 0 | 7 | ED | 3B | 53 |
| Octal | 271 | 274 | 355 | 26 | 25 | 0 | 7 | 355 | 73 | 123 |
| Binary | 10111001 | 10111100 | 11101101 | 10110 | 10101 | 0 | 111 | 11101101 | 111011 | 1010011 |
Color Harmonies of #B9BCED
Complementary color
Monochromatic Colors of #B9BCED
Black with #B9BCED
Text Example
Text Example
White with #B9BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCED; }
p { color: rgb(185,188,237); }
H1.HeaderClassName
{
color: #B9BCED;
}
.AnyTagClassName
{
color: #B9BCED;
}
</style>
background-color css
<style>
a { background-color: #B9BCED; }
a { background-color: rgb(185,188,237); }
div.DivClassName
{
background-color: #B9BCED;
}
.BgClassName
{
background-color: #B9BCED;
}
</style>
border-color css
<style>
span { border-color: #B9BCED; }
span { border-color: rgb(185,188,237); }
td.TdClassName
{
border-color: #B9BCED;
}
.TagClassName
{
border-color: #B9BCED;
}
</style>