Shades of Perano #B5C5FA
Tints of Perano #B5C5FA
RGB
CMYK
RGB Variations
Color information
#B5C5FA (or 0xB5C5FA) is known color: Perano. HEX triplet: B5, C5 and FA. RGB value is (181,197,250). Sum of RGB (Red+Green+Blue) = 181+197+250=628 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.82% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C5FA is #4A3A05. Grayscale: #C6C6C6. Windows color (decimal): -4864518 or 16434613. OLE color: 16434613.
HSL color Cylindrical-coordinate representation of color #B5C5FA: hue angle of 226.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5C5FA is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 197 | 250 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.02 |
| HSL | 226.09º | 0.87% | 0.85% | - |
| HSV(B) | 226.09º | 0.28% | 0.98% | - |
| XYZ | 56.28 | 56.66 | 98.41 | - |
| YUV | 198.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 250 | 0.28 | 0.21 | 0 | 0.02 | 226.09 | 0.87 | 0.85 |
| Hex | B5 | C5 | FA | 1C | 15 | 0 | 2 | E2 | 57 | 55 |
| Octal | 265 | 305 | 372 | 34 | 25 | 0 | 2 | 342 | 127 | 125 |
| Binary | 10110101 | 11000101 | 11111010 | 11100 | 10101 | 0 | 10 | 11100010 | 1010111 | 1010101 |
Color Harmonies of #B5C5FA
Complementary color
Monochromatic Colors of #B5C5FA
Black with #B5C5FA
Text Example
Text Example
White with #B5C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5FA; }
p { color: rgb(181,197,250); }
H1.HeaderClassName
{
color: #B5C5FA;
}
.AnyTagClassName
{
color: #B5C5FA;
}
</style>
background-color css
<style>
a { background-color: #B5C5FA; }
a { background-color: rgb(181,197,250); }
div.DivClassName
{
background-color: #B5C5FA;
}
.BgClassName
{
background-color: #B5C5FA;
}
</style>
border-color css
<style>
span { border-color: #B5C5FA; }
span { border-color: rgb(181,197,250); }
td.TdClassName
{
border-color: #B5C5FA;
}
.TagClassName
{
border-color: #B5C5FA;
}
</style>