Shades of Perano #B8C1EC
Tints of Perano #B8C1EC
RGB
CMYK
RGB Variations
Color information
#B8C1EC (or 0xB8C1EC) is known color: Perano. HEX triplet: B8, C1 and EC. RGB value is (184,193,236). Sum of RGB (Red+Green+Blue) = 184+193+236=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C1EC is #473E13. Grayscale: #C3C3C3. Windows color (decimal): -4668948 or 15516088. OLE color: 15516088.
HSL color Cylindrical-coordinate representation of color #B8C1EC: hue angle of 229.62º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8C1EC is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 193 | 236 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.07 |
| HSL | 229.62º | 0.58% | 0.82% | - |
| HSV(B) | 229.62º | 0.22% | 0.93% | - |
| XYZ | 53.98 | 54.39 | 87.01 | - |
| YUV | 195.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 236 | 0.22 | 0.18 | 0 | 0.07 | 229.62 | 0.58 | 0.82 |
| Hex | B8 | C1 | EC | 16 | 12 | 0 | 7 | E6 | 3A | 52 |
| Octal | 270 | 301 | 354 | 26 | 22 | 0 | 7 | 346 | 72 | 122 |
| Binary | 10111000 | 11000001 | 11101100 | 10110 | 10010 | 0 | 111 | 11100110 | 111010 | 1010010 |
Color Harmonies of #B8C1EC
Complementary color
Monochromatic Colors of #B8C1EC
Black with #B8C1EC
Text Example
Text Example
White with #B8C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C1EC; }
p { color: rgb(184,193,236); }
H1.HeaderClassName
{
color: #B8C1EC;
}
.AnyTagClassName
{
color: #B8C1EC;
}
</style>
background-color css
<style>
a { background-color: #B8C1EC; }
a { background-color: rgb(184,193,236); }
div.DivClassName
{
background-color: #B8C1EC;
}
.BgClassName
{
background-color: #B8C1EC;
}
</style>
border-color css
<style>
span { border-color: #B8C1EC; }
span { border-color: rgb(184,193,236); }
td.TdClassName
{
border-color: #B8C1EC;
}
.TagClassName
{
border-color: #B8C1EC;
}
</style>