Shades of Perano #B7C4ED
Tints of Perano #B7C4ED
RGB
CMYK
RGB Variations
Color information
#B7C4ED (or 0xB7C4ED) is known color: Perano. HEX triplet: B7, C4 and ED. RGB value is (183,196,237). Sum of RGB (Red+Green+Blue) = 183+196+237=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7C4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C4ED is #483B12. Grayscale: #C4C4C4. Windows color (decimal): -4733715 or 15582391. OLE color: 15582391.
HSL color Cylindrical-coordinate representation of color #B7C4ED: hue angle of 225.56º 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 #B7C4ED is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 196 | 237 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.07 |
| HSL | 225.56º | 0.6% | 0.82% | - |
| HSV(B) | 225.56º | 0.23% | 0.93% | - |
| XYZ | 54.55 | 55.66 | 87.99 | - |
| YUV | 196.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 237 | 0.23 | 0.17 | 0 | 0.07 | 225.56 | 0.6 | 0.82 |
| Hex | B7 | C4 | ED | 17 | 11 | 0 | 7 | E2 | 3C | 52 |
| Octal | 267 | 304 | 355 | 27 | 21 | 0 | 7 | 342 | 74 | 122 |
| Binary | 10110111 | 11000100 | 11101101 | 10111 | 10001 | 0 | 111 | 11100010 | 111100 | 1010010 |
Color Harmonies of #B7C4ED
Complementary color
Monochromatic Colors of #B7C4ED
Black with #B7C4ED
Text Example
Text Example
White with #B7C4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C4ED; }
p { color: rgb(183,196,237); }
H1.HeaderClassName
{
color: #B7C4ED;
}
.AnyTagClassName
{
color: #B7C4ED;
}
</style>
background-color css
<style>
a { background-color: #B7C4ED; }
a { background-color: rgb(183,196,237); }
div.DivClassName
{
background-color: #B7C4ED;
}
.BgClassName
{
background-color: #B7C4ED;
}
</style>
border-color css
<style>
span { border-color: #B7C4ED; }
span { border-color: rgb(183,196,237); }
td.TdClassName
{
border-color: #B7C4ED;
}
.TagClassName
{
border-color: #B7C4ED;
}
</style>