Shades of Perano #B0B8FF
Tints of Perano #B0B8FF
RGB
CMYK
RGB Variations
Color information
#B0B8FF (or 0xB0B8FF) is known color: Perano. HEX triplet: B0, B8 and FF. RGB value is (176,184,255). Sum of RGB (Red+Green+Blue) = 176+184+255=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0B8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B8FF is #4F4700. Grayscale: #BDBDBD. Windows color (decimal): -5195521 or 16758960. OLE color: 16758960.
HSL color Cylindrical-coordinate representation of color #B0B8FF: hue angle of 233.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0B8FF is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 184 | 255 | - |
| CMYK | 0.31 | 0.28 | 0 | 0 |
| HSL | 233.92º | 1% | 0.85% | - |
| HSV(B) | 233.92º | 0.31% | 1% | - |
| XYZ | 53.09 | 50.73 | 101.6 | - |
| YUV | 189.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 184 | 255 | 0.31 | 0.28 | 0 | 0 | 233.92 | 1 | 0.85 |
| Hex | B0 | B8 | FF | 1F | 1C | 0 | 0 | EA | 64 | 55 |
| Octal | 260 | 270 | 377 | 37 | 34 | 0 | 0 | 352 | 144 | 125 |
| Binary | 10110000 | 10111000 | 11111111 | 11111 | 11100 | 0 | 0 | 11101010 | 1100100 | 1010101 |
Color Harmonies of #B0B8FF
Complementary color
Monochromatic Colors of #B0B8FF
Black with #B0B8FF
Text Example
Text Example
White with #B0B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B8FF; }
p { color: rgb(176,184,255); }
H1.HeaderClassName
{
color: #B0B8FF;
}
.AnyTagClassName
{
color: #B0B8FF;
}
</style>
background-color css
<style>
a { background-color: #B0B8FF; }
a { background-color: rgb(176,184,255); }
div.DivClassName
{
background-color: #B0B8FF;
}
.BgClassName
{
background-color: #B0B8FF;
}
</style>
border-color css
<style>
span { border-color: #B0B8FF; }
span { border-color: rgb(176,184,255); }
td.TdClassName
{
border-color: #B0B8FF;
}
.TagClassName
{
border-color: #B0B8FF;
}
</style>