Shades of Perano #B7BCED
Tints of Perano #B7BCED
RGB
CMYK
RGB Variations
Color information
#B7BCED (or 0xB7BCED) is known color: Perano. HEX triplet: B7, BC and ED. RGB value is (183,188,237). Sum of RGB (Red+Green+Blue) = 183+188+237=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BCED is #484312. Grayscale: #BFBFBF. Windows color (decimal): -4735763 or 15580343. OLE color: 15580343.
HSL color Cylindrical-coordinate representation of color #B7BCED: hue angle of 234.44º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7BCED is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 188 | 237 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.07 |
| HSL | 234.44º | 0.6% | 0.82% | - |
| HSV(B) | 234.44º | 0.23% | 0.93% | - |
| XYZ | 52.8 | 52.15 | 87.4 | - |
| YUV | 192.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 237 | 0.23 | 0.21 | 0 | 0.07 | 234.44 | 0.6 | 0.82 |
| Hex | B7 | BC | ED | 17 | 15 | 0 | 7 | EA | 3C | 52 |
| Octal | 267 | 274 | 355 | 27 | 25 | 0 | 7 | 352 | 74 | 122 |
| Binary | 10110111 | 10111100 | 11101101 | 10111 | 10101 | 0 | 111 | 11101010 | 111100 | 1010010 |
Color Harmonies of #B7BCED
Complementary color
Monochromatic Colors of #B7BCED
Black with #B7BCED
Text Example
Text Example
White with #B7BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCED; }
p { color: rgb(183,188,237); }
H1.HeaderClassName
{
color: #B7BCED;
}
.AnyTagClassName
{
color: #B7BCED;
}
</style>
background-color css
<style>
a { background-color: #B7BCED; }
a { background-color: rgb(183,188,237); }
div.DivClassName
{
background-color: #B7BCED;
}
.BgClassName
{
background-color: #B7BCED;
}
</style>
border-color css
<style>
span { border-color: #B7BCED; }
span { border-color: rgb(183,188,237); }
td.TdClassName
{
border-color: #B7BCED;
}
.TagClassName
{
border-color: #B7BCED;
}
</style>