Shades of Perano #B7C4F1
Tints of Perano #B7C4F1
RGB
CMYK
RGB Variations
Color information
#B7C4F1 (or 0xB7C4F1) is known color: Perano. HEX triplet: B7, C4 and F1. RGB value is (183,196,241). Sum of RGB (Red+Green+Blue) = 183+196+241=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #B7C4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C4F1 is #483B0E. Grayscale: #C5C5C5. Windows color (decimal): -4733711 or 15844535. OLE color: 15844535.
HSL color Cylindrical-coordinate representation of color #B7C4F1: hue angle of 226.55º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7C4F1 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 196 | 241 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.05 |
| HSL | 226.55º | 0.67% | 0.83% | - |
| HSV(B) | 226.55º | 0.24% | 0.95% | - |
| XYZ | 55.15 | 55.9 | 91.1 | - |
| YUV | 197.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 241 | 0.24 | 0.19 | 0 | 0.05 | 226.55 | 0.67 | 0.83 |
| Hex | B7 | C4 | F1 | 18 | 13 | 0 | 5 | E3 | 43 | 53 |
| Octal | 267 | 304 | 361 | 30 | 23 | 0 | 5 | 343 | 103 | 123 |
| Binary | 10110111 | 11000100 | 11110001 | 11000 | 10011 | 0 | 101 | 11100011 | 1000011 | 1010011 |
Color Harmonies of #B7C4F1
Complementary color
Monochromatic Colors of #B7C4F1
Black with #B7C4F1
Text Example
Text Example
White with #B7C4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C4F1; }
p { color: rgb(183,196,241); }
H1.HeaderClassName
{
color: #B7C4F1;
}
.AnyTagClassName
{
color: #B7C4F1;
}
</style>
background-color css
<style>
a { background-color: #B7C4F1; }
a { background-color: rgb(183,196,241); }
div.DivClassName
{
background-color: #B7C4F1;
}
.BgClassName
{
background-color: #B7C4F1;
}
</style>
border-color css
<style>
span { border-color: #B7C4F1; }
span { border-color: rgb(183,196,241); }
td.TdClassName
{
border-color: #B7C4F1;
}
.TagClassName
{
border-color: #B7C4F1;
}
</style>