Shades of Perano #B0B8DF
Tints of Perano #B0B8DF
RGB
CMYK
RGB Variations
Color information
#B0B8DF (or 0xB0B8DF) is known color: Perano. HEX triplet: B0, B8 and DF. RGB value is (176,184,223). Sum of RGB (Red+Green+Blue) = 176+184+223=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0B8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B8DF is #4F4720. Grayscale: #B9B9B9. Windows color (decimal): -5195553 or 14661808. OLE color: 14661808.
HSL color Cylindrical-coordinate representation of color #B0B8DF: hue angle of 229.79º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0B8DF is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 184 | 223 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.13 |
| HSL | 229.79º | 0.42% | 0.78% | - |
| HSV(B) | 229.79º | 0.21% | 0.87% | - |
| XYZ | 48.36 | 48.84 | 76.69 | - |
| YUV | 186.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 184 | 223 | 0.21 | 0.17 | 0 | 0.13 | 229.79 | 0.42 | 0.78 |
| Hex | B0 | B8 | DF | 15 | 11 | 0 | D | E6 | 2A | 4E |
| Octal | 260 | 270 | 337 | 25 | 21 | 0 | 15 | 346 | 52 | 116 |
| Binary | 10110000 | 10111000 | 11011111 | 10101 | 10001 | 0 | 1101 | 11100110 | 101010 | 1001110 |
Color Harmonies of #B0B8DF
Complementary color
Monochromatic Colors of #B0B8DF
Black with #B0B8DF
Text Example
Text Example
White with #B0B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B8DF; }
p { color: rgb(176,184,223); }
H1.HeaderClassName
{
color: #B0B8DF;
}
.AnyTagClassName
{
color: #B0B8DF;
}
</style>
background-color css
<style>
a { background-color: #B0B8DF; }
a { background-color: rgb(176,184,223); }
div.DivClassName
{
background-color: #B0B8DF;
}
.BgClassName
{
background-color: #B0B8DF;
}
</style>
border-color css
<style>
span { border-color: #B0B8DF; }
span { border-color: rgb(176,184,223); }
td.TdClassName
{
border-color: #B0B8DF;
}
.TagClassName
{
border-color: #B0B8DF;
}
</style>