Shades of Perano #B9BDF2
Tints of Perano #B9BDF2
RGB
CMYK
RGB Variations
Color information
#B9BDF2 (or 0xB9BDF2) is known color: Perano. HEX triplet: B9, BD and F2. RGB value is (185,189,242). Sum of RGB (Red+Green+Blue) = 185+189+242=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #B9BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BDF2 is #46420D. Grayscale: #C1C1C1. Windows color (decimal): -4604430 or 15908281. OLE color: 15908281.
HSL color Cylindrical-coordinate representation of color #B9BDF2: hue angle of 235.79º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9BDF2 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 189 | 242 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.05 |
| HSL | 235.79º | 0.69% | 0.84% | - |
| HSV(B) | 235.79º | 0.24% | 0.95% | - |
| XYZ | 54.23 | 53.12 | 91.4 | - |
| YUV | 193.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 242 | 0.24 | 0.22 | 0 | 0.05 | 235.79 | 0.69 | 0.84 |
| Hex | B9 | BD | F2 | 18 | 16 | 0 | 5 | EC | 45 | 54 |
| Octal | 271 | 275 | 362 | 30 | 26 | 0 | 5 | 354 | 105 | 124 |
| Binary | 10111001 | 10111101 | 11110010 | 11000 | 10110 | 0 | 101 | 11101100 | 1000101 | 1010100 |
Color Harmonies of #B9BDF2
Complementary color
Monochromatic Colors of #B9BDF2
Black with #B9BDF2
Text Example
Text Example
White with #B9BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BDF2; }
p { color: rgb(185,189,242); }
H1.HeaderClassName
{
color: #B9BDF2;
}
.AnyTagClassName
{
color: #B9BDF2;
}
</style>
background-color css
<style>
a { background-color: #B9BDF2; }
a { background-color: rgb(185,189,242); }
div.DivClassName
{
background-color: #B9BDF2;
}
.BgClassName
{
background-color: #B9BDF2;
}
</style>
border-color css
<style>
span { border-color: #B9BDF2; }
span { border-color: rgb(185,189,242); }
td.TdClassName
{
border-color: #B9BDF2;
}
.TagClassName
{
border-color: #B9BDF2;
}
</style>