Shades of Perano #B7C2EF
Tints of Perano #B7C2EF
RGB
CMYK
RGB Variations
Color information
#B7C2EF (or 0xB7C2EF) is known color: Perano. HEX triplet: B7, C2 and EF. RGB value is (183,194,239). Sum of RGB (Red+Green+Blue) = 183+194+239=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C2EF is #483D10. Grayscale: #C3C3C3. Windows color (decimal): -4734225 or 15712951. OLE color: 15712951.
HSL color Cylindrical-coordinate representation of color #B7C2EF: hue angle of 228.21º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7C2EF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 194 | 239 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.06 |
| HSL | 228.21º | 0.64% | 0.83% | - |
| HSV(B) | 228.21º | 0.23% | 0.94% | - |
| XYZ | 54.4 | 54.88 | 89.39 | - |
| YUV | 195.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 194 | 239 | 0.23 | 0.19 | 0 | 0.06 | 228.21 | 0.64 | 0.83 |
| Hex | B7 | C2 | EF | 17 | 13 | 0 | 6 | E4 | 40 | 53 |
| Octal | 267 | 302 | 357 | 27 | 23 | 0 | 6 | 344 | 100 | 123 |
| Binary | 10110111 | 11000010 | 11101111 | 10111 | 10011 | 0 | 110 | 11100100 | 1000000 | 1010011 |
Color Harmonies of #B7C2EF
Complementary color
Monochromatic Colors of #B7C2EF
Black with #B7C2EF
Text Example
Text Example
White with #B7C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C2EF; }
p { color: rgb(183,194,239); }
H1.HeaderClassName
{
color: #B7C2EF;
}
.AnyTagClassName
{
color: #B7C2EF;
}
</style>
background-color css
<style>
a { background-color: #B7C2EF; }
a { background-color: rgb(183,194,239); }
div.DivClassName
{
background-color: #B7C2EF;
}
.BgClassName
{
background-color: #B7C2EF;
}
</style>
border-color css
<style>
span { border-color: #B7C2EF; }
span { border-color: rgb(183,194,239); }
td.TdClassName
{
border-color: #B7C2EF;
}
.TagClassName
{
border-color: #B7C2EF;
}
</style>