Shades of Perano #B5C0FF
Tints of Perano #B5C0FF
RGB
CMYK
RGB Variations
Color information
#B5C0FF (or 0xB5C0FF) is known color: Perano. HEX triplet: B5, C0 and FF. RGB value is (181,192,255). Sum of RGB (Red+Green+Blue) = 181+192+255=628 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.82% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5C0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C0FF is #4A3F00. Grayscale: #C3C3C3. Windows color (decimal): -4865793 or 16761013. OLE color: 16761013.
HSL color Cylindrical-coordinate representation of color #B5C0FF: hue angle of 231.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5C0FF is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 192 | 255 | - |
| CMYK | 0.29 | 0.25 | 0 | 0 |
| HSL | 231.08º | 1% | 0.85% | - |
| HSV(B) | 231.08º | 0.29% | 1% | - |
| XYZ | 55.96 | 54.74 | 102.23 | - |
| YUV | 195.89 | 161.36 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 255 | 0.29 | 0.25 | 0 | 0 | 231.08 | 1 | 0.85 |
| Hex | B5 | C0 | FF | 1D | 19 | 0 | 0 | E7 | 64 | 55 |
| Octal | 265 | 300 | 377 | 35 | 31 | 0 | 0 | 347 | 144 | 125 |
| Binary | 10110101 | 11000000 | 11111111 | 11101 | 11001 | 0 | 0 | 11100111 | 1100100 | 1010101 |
Color Harmonies of #B5C0FF
Complementary color
Monochromatic Colors of #B5C0FF
Black with #B5C0FF
Text Example
Text Example
White with #B5C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0FF; }
p { color: rgb(181,192,255); }
H1.HeaderClassName
{
color: #B5C0FF;
}
.AnyTagClassName
{
color: #B5C0FF;
}
</style>
background-color css
<style>
a { background-color: #B5C0FF; }
a { background-color: rgb(181,192,255); }
div.DivClassName
{
background-color: #B5C0FF;
}
.BgClassName
{
background-color: #B5C0FF;
}
</style>
border-color css
<style>
span { border-color: #B5C0FF; }
span { border-color: rgb(181,192,255); }
td.TdClassName
{
border-color: #B5C0FF;
}
.TagClassName
{
border-color: #B5C0FF;
}
</style>