Shades of Perano #B8C2EF
Tints of Perano #B8C2EF
RGB
CMYK
RGB Variations
Color information
#B8C2EF (or 0xB8C2EF) is known color: Perano. HEX triplet: B8, C2 and EF. RGB value is (184,194,239). Sum of RGB (Red+Green+Blue) = 184+194+239=617 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.82% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C2EF is #473D10. Grayscale: #C3C3C3. Windows color (decimal): -4668689 or 15712952. OLE color: 15712952.
HSL color Cylindrical-coordinate representation of color #B8C2EF: hue angle of 229.09º degrees, saturation: 0.63, 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 #B8C2EF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 194 | 239 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.06 |
| HSL | 229.09º | 0.63% | 0.83% | - |
| HSV(B) | 229.09º | 0.23% | 0.94% | - |
| XYZ | 54.64 | 55.01 | 89.4 | - |
| YUV | 196.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 239 | 0.23 | 0.19 | 0 | 0.06 | 229.09 | 0.63 | 0.83 |
| Hex | B8 | C2 | EF | 17 | 13 | 0 | 6 | E5 | 3F | 53 |
| Octal | 270 | 302 | 357 | 27 | 23 | 0 | 6 | 345 | 77 | 123 |
| Binary | 10111000 | 11000010 | 11101111 | 10111 | 10011 | 0 | 110 | 11100101 | 111111 | 1010011 |
Color Harmonies of #B8C2EF
Complementary color
Monochromatic Colors of #B8C2EF
Black with #B8C2EF
Text Example
Text Example
White with #B8C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C2EF; }
p { color: rgb(184,194,239); }
H1.HeaderClassName
{
color: #B8C2EF;
}
.AnyTagClassName
{
color: #B8C2EF;
}
</style>
background-color css
<style>
a { background-color: #B8C2EF; }
a { background-color: rgb(184,194,239); }
div.DivClassName
{
background-color: #B8C2EF;
}
.BgClassName
{
background-color: #B8C2EF;
}
</style>
border-color css
<style>
span { border-color: #B8C2EF; }
span { border-color: rgb(184,194,239); }
td.TdClassName
{
border-color: #B8C2EF;
}
.TagClassName
{
border-color: #B8C2EF;
}
</style>