Shades of Perano #B0BDEF
Tints of Perano #B0BDEF
RGB
CMYK
RGB Variations
Color information
#B0BDEF (or 0xB0BDEF) is known color: Perano. HEX triplet: B0, BD and EF. RGB value is (176,189,239). Sum of RGB (Red+Green+Blue) = 176+189+239=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BDEF is #4F4210. Grayscale: #BEBEBE. Windows color (decimal): -5194257 or 15711664. OLE color: 15711664.
HSL color Cylindrical-coordinate representation of color #B0BDEF: hue angle of 227.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0BDEF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 189 | 239 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.06 |
| HSL | 227.62º | 0.66% | 0.81% | - |
| HSV(B) | 227.62º | 0.26% | 0.94% | - |
| XYZ | 51.68 | 51.86 | 88.95 | - |
| YUV | 190.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 239 | 0.26 | 0.21 | 0 | 0.06 | 227.62 | 0.66 | 0.81 |
| Hex | B0 | BD | EF | 1A | 15 | 0 | 6 | E4 | 42 | 51 |
| Octal | 260 | 275 | 357 | 32 | 25 | 0 | 6 | 344 | 102 | 121 |
| Binary | 10110000 | 10111101 | 11101111 | 11010 | 10101 | 0 | 110 | 11100100 | 1000010 | 1010001 |
Color Harmonies of #B0BDEF
Complementary color
Monochromatic Colors of #B0BDEF
Black with #B0BDEF
Text Example
Text Example
White with #B0BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BDEF; }
p { color: rgb(176,189,239); }
H1.HeaderClassName
{
color: #B0BDEF;
}
.AnyTagClassName
{
color: #B0BDEF;
}
</style>
background-color css
<style>
a { background-color: #B0BDEF; }
a { background-color: rgb(176,189,239); }
div.DivClassName
{
background-color: #B0BDEF;
}
.BgClassName
{
background-color: #B0BDEF;
}
</style>
border-color css
<style>
span { border-color: #B0BDEF; }
span { border-color: rgb(176,189,239); }
td.TdClassName
{
border-color: #B0BDEF;
}
.TagClassName
{
border-color: #B0BDEF;
}
</style>