Shades of Perano #B7C1ED
Tints of Perano #B7C1ED
RGB
CMYK
RGB Variations
Color information
#B7C1ED (or 0xB7C1ED) is known color: Perano. HEX triplet: B7, C1 and ED. RGB value is (183,193,237). Sum of RGB (Red+Green+Blue) = 183+193+237=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7C1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C1ED is #483E12. Grayscale: #C2C2C2. Windows color (decimal): -4734483 or 15581623. OLE color: 15581623.
HSL color Cylindrical-coordinate representation of color #B7C1ED: hue angle of 228.89º 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 #B7C1ED is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 193 | 237 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.07 |
| HSL | 228.89º | 0.6% | 0.82% | - |
| HSV(B) | 228.89º | 0.23% | 0.93% | - |
| XYZ | 53.88 | 54.32 | 87.77 | - |
| YUV | 195.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 237 | 0.23 | 0.19 | 0 | 0.07 | 228.89 | 0.6 | 0.82 |
| Hex | B7 | C1 | ED | 17 | 13 | 0 | 7 | E5 | 3C | 52 |
| Octal | 267 | 301 | 355 | 27 | 23 | 0 | 7 | 345 | 74 | 122 |
| Binary | 10110111 | 11000001 | 11101101 | 10111 | 10011 | 0 | 111 | 11100101 | 111100 | 1010010 |
Color Harmonies of #B7C1ED
Complementary color
Monochromatic Colors of #B7C1ED
Black with #B7C1ED
Text Example
Text Example
White with #B7C1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C1ED; }
p { color: rgb(183,193,237); }
H1.HeaderClassName
{
color: #B7C1ED;
}
.AnyTagClassName
{
color: #B7C1ED;
}
</style>
background-color css
<style>
a { background-color: #B7C1ED; }
a { background-color: rgb(183,193,237); }
div.DivClassName
{
background-color: #B7C1ED;
}
.BgClassName
{
background-color: #B7C1ED;
}
</style>
border-color css
<style>
span { border-color: #B7C1ED; }
span { border-color: rgb(183,193,237); }
td.TdClassName
{
border-color: #B7C1ED;
}
.TagClassName
{
border-color: #B7C1ED;
}
</style>