Shades of Perano #B8C2F1
Tints of Perano #B8C2F1
RGB
CMYK
RGB Variations
Color information
#B8C2F1 (or 0xB8C2F1) is known color: Perano. HEX triplet: B8, C2 and F1. RGB value is (184,194,241). Sum of RGB (Red+Green+Blue) = 184+194+241=619 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.73% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #B8C2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C2F1 is #473D0E. Grayscale: #C4C4C4. Windows color (decimal): -4668687 or 15844024. OLE color: 15844024.
HSL color Cylindrical-coordinate representation of color #B8C2F1: hue angle of 229.47º 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 #B8C2F1 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 194 | 241 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.05 |
| HSL | 229.47º | 0.67% | 0.83% | - |
| HSV(B) | 229.47º | 0.24% | 0.95% | - |
| XYZ | 54.94 | 55.12 | 90.96 | - |
| YUV | 196.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 241 | 0.24 | 0.20 | 0 | 0.05 | 229.47 | 0.67 | 0.83 |
| Hex | B8 | C2 | F1 | 18 | 14 | 0 | 5 | E5 | 43 | 53 |
| Octal | 270 | 302 | 361 | 30 | 24 | 0 | 5 | 345 | 103 | 123 |
| Binary | 10111000 | 11000010 | 11110001 | 11000 | 10100 | 0 | 101 | 11100101 | 1000011 | 1010011 |
Color Harmonies of #B8C2F1
Complementary color
Monochromatic Colors of #B8C2F1
Black with #B8C2F1
Text Example
Text Example
White with #B8C2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C2F1; }
p { color: rgb(184,194,241); }
H1.HeaderClassName
{
color: #B8C2F1;
}
.AnyTagClassName
{
color: #B8C2F1;
}
</style>
background-color css
<style>
a { background-color: #B8C2F1; }
a { background-color: rgb(184,194,241); }
div.DivClassName
{
background-color: #B8C2F1;
}
.BgClassName
{
background-color: #B8C2F1;
}
</style>
border-color css
<style>
span { border-color: #B8C2F1; }
span { border-color: rgb(184,194,241); }
td.TdClassName
{
border-color: #B8C2F1;
}
.TagClassName
{
border-color: #B8C2F1;
}
</style>