Shades of Perano #B5C2F7
Tints of Perano #B5C2F7
RGB
CMYK
RGB Variations
Color information
#B5C2F7 (or 0xB5C2F7) is known color: Perano. HEX triplet: B5, C2 and F7. RGB value is (181,194,247). Sum of RGB (Red+Green+Blue) = 181+194+247=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #B5C2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C2F7 is #4A3D08. Grayscale: #C3C3C3. Windows color (decimal): -4865289 or 16237237. OLE color: 16237237.
HSL color Cylindrical-coordinate representation of color #B5C2F7: hue angle of 228.18º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5C2F7 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 194 | 247 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.03 |
| HSL | 228.18º | 0.8% | 0.84% | - |
| HSV(B) | 228.18º | 0.27% | 0.97% | - |
| XYZ | 55.14 | 55.12 | 95.73 | - |
| YUV | 196.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 247 | 0.27 | 0.21 | 0 | 0.03 | 228.18 | 0.8 | 0.84 |
| Hex | B5 | C2 | F7 | 1B | 15 | 0 | 3 | E4 | 50 | 54 |
| Octal | 265 | 302 | 367 | 33 | 25 | 0 | 3 | 344 | 120 | 124 |
| Binary | 10110101 | 11000010 | 11110111 | 11011 | 10101 | 0 | 11 | 11100100 | 1010000 | 1010100 |
Color Harmonies of #B5C2F7
Complementary color
Monochromatic Colors of #B5C2F7
Black with #B5C2F7
Text Example
Text Example
White with #B5C2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C2F7; }
p { color: rgb(181,194,247); }
H1.HeaderClassName
{
color: #B5C2F7;
}
.AnyTagClassName
{
color: #B5C2F7;
}
</style>
background-color css
<style>
a { background-color: #B5C2F7; }
a { background-color: rgb(181,194,247); }
div.DivClassName
{
background-color: #B5C2F7;
}
.BgClassName
{
background-color: #B5C2F7;
}
</style>
border-color css
<style>
span { border-color: #B5C2F7; }
span { border-color: rgb(181,194,247); }
td.TdClassName
{
border-color: #B5C2F7;
}
.TagClassName
{
border-color: #B5C2F7;
}
</style>