Shades of Perano #B1C2EA
Tints of Perano #B1C2EA
RGB
CMYK
RGB Variations
Color information
#B1C2EA (or 0xB1C2EA) is known color: Perano. HEX triplet: B1, C2 and EA. RGB value is (177,194,234). Sum of RGB (Red+Green+Blue) = 177+194+234=605 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.26% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1C2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C2EA is #4E3D15. Grayscale: #C1C1C1. Windows color (decimal): -5127446 or 15385265. OLE color: 15385265.
HSL color Cylindrical-coordinate representation of color #B1C2EA: hue angle of 222.11º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1C2EA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 194 | 234 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.08 |
| HSL | 222.11º | 0.58% | 0.81% | - |
| HSV(B) | 222.11º | 0.24% | 0.92% | - |
| XYZ | 52.27 | 53.87 | 85.48 | - |
| YUV | 193.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 194 | 234 | 0.24 | 0.17 | 0 | 0.08 | 222.11 | 0.58 | 0.81 |
| Hex | B1 | C2 | EA | 18 | 11 | 0 | 8 | DE | 3A | 51 |
| Octal | 261 | 302 | 352 | 30 | 21 | 0 | 10 | 336 | 72 | 121 |
| Binary | 10110001 | 11000010 | 11101010 | 11000 | 10001 | 0 | 1000 | 11011110 | 111010 | 1010001 |
Color Harmonies of #B1C2EA
Complementary color
Monochromatic Colors of #B1C2EA
Black with #B1C2EA
Text Example
Text Example
White with #B1C2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C2EA; }
p { color: rgb(177,194,234); }
H1.HeaderClassName
{
color: #B1C2EA;
}
.AnyTagClassName
{
color: #B1C2EA;
}
</style>
background-color css
<style>
a { background-color: #B1C2EA; }
a { background-color: rgb(177,194,234); }
div.DivClassName
{
background-color: #B1C2EA;
}
.BgClassName
{
background-color: #B1C2EA;
}
</style>
border-color css
<style>
span { border-color: #B1C2EA; }
span { border-color: rgb(177,194,234); }
td.TdClassName
{
border-color: #B1C2EA;
}
.TagClassName
{
border-color: #B1C2EA;
}
</style>