Shades of Perano #B7C4FE
Tints of Perano #B7C4FE
RGB
CMYK
RGB Variations
Color information
#B7C4FE (or 0xB7C4FE) is known color: Perano. HEX triplet: B7, C4 and FE. RGB value is (183,196,254). Sum of RGB (Red+Green+Blue) = 183+196+254=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7C4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C4FE is #483B01. Grayscale: #C6C6C6. Windows color (decimal): -4733698 or 16696503. OLE color: 16696503.
HSL color Cylindrical-coordinate representation of color #B7C4FE: hue angle of 229.01º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7C4FE is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 196 | 254 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.00 |
| HSL | 229.01º | 0.97% | 0.86% | - |
| HSV(B) | 229.01º | 0.28% | 1% | - |
| XYZ | 57.16 | 56.7 | 101.7 | - |
| YUV | 198.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 254 | 0.28 | 0.23 | 0 | 0.00 | 229.01 | 0.97 | 0.86 |
| Hex | B7 | C4 | FE | 1C | 17 | 0 | 0 | E5 | 61 | 56 |
| Octal | 267 | 304 | 376 | 34 | 27 | 0 | 0 | 345 | 141 | 126 |
| Binary | 10110111 | 11000100 | 11111110 | 11100 | 10111 | 0 | 0 | 11100101 | 1100001 | 1010110 |
Color Harmonies of #B7C4FE
Complementary color
Monochromatic Colors of #B7C4FE
Black with #B7C4FE
Text Example
Text Example
White with #B7C4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C4FE; }
p { color: rgb(183,196,254); }
H1.HeaderClassName
{
color: #B7C4FE;
}
.AnyTagClassName
{
color: #B7C4FE;
}
</style>
background-color css
<style>
a { background-color: #B7C4FE; }
a { background-color: rgb(183,196,254); }
div.DivClassName
{
background-color: #B7C4FE;
}
.BgClassName
{
background-color: #B7C4FE;
}
</style>
border-color css
<style>
span { border-color: #B7C4FE; }
span { border-color: rgb(183,196,254); }
td.TdClassName
{
border-color: #B7C4FE;
}
.TagClassName
{
border-color: #B7C4FE;
}
</style>