Shades of Perano #B5C2EB
Tints of Perano #B5C2EB
RGB
CMYK
RGB Variations
Color information
#B5C2EB (or 0xB5C2EB) is known color: Perano. HEX triplet: B5, C2 and EB. RGB value is (181,194,235). Sum of RGB (Red+Green+Blue) = 181+194+235=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C2EB is #4A3D14. Grayscale: #C2C2C2. Windows color (decimal): -4865301 or 15450805. OLE color: 15450805.
HSL color Cylindrical-coordinate representation of color #B5C2EB: hue angle of 225.56º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5C2EB is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 194 | 235 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.08 |
| HSL | 225.56º | 0.57% | 0.82% | - |
| HSV(B) | 225.56º | 0.23% | 0.92% | - |
| XYZ | 53.34 | 54.41 | 86.29 | - |
| YUV | 194.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 235 | 0.23 | 0.17 | 0 | 0.08 | 225.56 | 0.57 | 0.82 |
| Hex | B5 | C2 | EB | 17 | 11 | 0 | 8 | E2 | 39 | 52 |
| Octal | 265 | 302 | 353 | 27 | 21 | 0 | 10 | 342 | 71 | 122 |
| Binary | 10110101 | 11000010 | 11101011 | 10111 | 10001 | 0 | 1000 | 11100010 | 111001 | 1010010 |
Color Harmonies of #B5C2EB
Complementary color
Monochromatic Colors of #B5C2EB
Black with #B5C2EB
Text Example
Text Example
White with #B5C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C2EB; }
p { color: rgb(181,194,235); }
H1.HeaderClassName
{
color: #B5C2EB;
}
.AnyTagClassName
{
color: #B5C2EB;
}
</style>
background-color css
<style>
a { background-color: #B5C2EB; }
a { background-color: rgb(181,194,235); }
div.DivClassName
{
background-color: #B5C2EB;
}
.BgClassName
{
background-color: #B5C2EB;
}
</style>
border-color css
<style>
span { border-color: #B5C2EB; }
span { border-color: rgb(181,194,235); }
td.TdClassName
{
border-color: #B5C2EB;
}
.TagClassName
{
border-color: #B5C2EB;
}
</style>