Shades of Perano #B0C2FE
Tints of Perano #B0C2FE
RGB
CMYK
RGB Variations
Color information
#B0C2FE (or 0xB0C2FE) is known color: Perano. HEX triplet: B0, C2 and FE. RGB value is (176,194,254). Sum of RGB (Red+Green+Blue) = 176+194+254=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C2FE is #4F3D01. Grayscale: #C3C3C3. Windows color (decimal): -5192962 or 16695984. OLE color: 16695984.
HSL color Cylindrical-coordinate representation of color #B0C2FE: hue angle of 226.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0C2FE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 194 | 254 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.00 |
| HSL | 226.15º | 0.98% | 0.84% | - |
| HSV(B) | 226.15º | 0.31% | 1% | - |
| XYZ | 55.09 | 54.97 | 101.47 | - |
| YUV | 195.46 | 161.04 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 254 | 0.31 | 0.24 | 0 | 0.00 | 226.15 | 0.98 | 0.84 |
| Hex | B0 | C2 | FE | 1F | 18 | 0 | 0 | E2 | 62 | 54 |
| Octal | 260 | 302 | 376 | 37 | 30 | 0 | 0 | 342 | 142 | 124 |
| Binary | 10110000 | 11000010 | 11111110 | 11111 | 11000 | 0 | 0 | 11100010 | 1100010 | 1010100 |
Color Harmonies of #B0C2FE
Complementary color
Monochromatic Colors of #B0C2FE
Black with #B0C2FE
Text Example
Text Example
White with #B0C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C2FE; }
p { color: rgb(176,194,254); }
H1.HeaderClassName
{
color: #B0C2FE;
}
.AnyTagClassName
{
color: #B0C2FE;
}
</style>
background-color css
<style>
a { background-color: #B0C2FE; }
a { background-color: rgb(176,194,254); }
div.DivClassName
{
background-color: #B0C2FE;
}
.BgClassName
{
background-color: #B0C2FE;
}
</style>
border-color css
<style>
span { border-color: #B0C2FE; }
span { border-color: rgb(176,194,254); }
td.TdClassName
{
border-color: #B0C2FE;
}
.TagClassName
{
border-color: #B0C2FE;
}
</style>