Shades of Perano #B0C3FA
Tints of Perano #B0C3FA
RGB
CMYK
RGB Variations
Color information
#B0C3FA (or 0xB0C3FA) is known color: Perano. HEX triplet: B0, C3 and FA. RGB value is (176,195,250). Sum of RGB (Red+Green+Blue) = 176+195+250=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0C3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C3FA is #4F3C05. Grayscale: #C3C3C3. Windows color (decimal): -5192710 or 16434096. OLE color: 16434096.
HSL color Cylindrical-coordinate representation of color #B0C3FA: hue angle of 224.59º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C3FA is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 195 | 250 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.02 |
| HSL | 224.59º | 0.88% | 0.84% | - |
| HSV(B) | 224.59º | 0.3% | 0.98% | - |
| XYZ | 54.67 | 55.16 | 98.21 | - |
| YUV | 195.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 195 | 250 | 0.30 | 0.22 | 0 | 0.02 | 224.59 | 0.88 | 0.84 |
| Hex | B0 | C3 | FA | 1E | 16 | 0 | 2 | E1 | 58 | 54 |
| Octal | 260 | 303 | 372 | 36 | 26 | 0 | 2 | 341 | 130 | 124 |
| Binary | 10110000 | 11000011 | 11111010 | 11110 | 10110 | 0 | 10 | 11100001 | 1011000 | 1010100 |
Color Harmonies of #B0C3FA
Complementary color
Monochromatic Colors of #B0C3FA
Black with #B0C3FA
Text Example
Text Example
White with #B0C3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C3FA; }
p { color: rgb(176,195,250); }
H1.HeaderClassName
{
color: #B0C3FA;
}
.AnyTagClassName
{
color: #B0C3FA;
}
</style>
background-color css
<style>
a { background-color: #B0C3FA; }
a { background-color: rgb(176,195,250); }
div.DivClassName
{
background-color: #B0C3FA;
}
.BgClassName
{
background-color: #B0C3FA;
}
</style>
border-color css
<style>
span { border-color: #B0C3FA; }
span { border-color: rgb(176,195,250); }
td.TdClassName
{
border-color: #B0C3FA;
}
.TagClassName
{
border-color: #B0C3FA;
}
</style>