Shades of Perano #B9BFF4
Tints of Perano #B9BFF4
RGB
CMYK
RGB Variations
Color information
#B9BFF4 (or 0xB9BFF4) is known color: Perano. HEX triplet: B9, BF and F4. RGB value is (185,191,244). Sum of RGB (Red+Green+Blue) = 185+191+244=620 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.84% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #B9BFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFF4 is #46400B. Grayscale: #C3C3C3. Windows color (decimal): -4603916 or 16039865. OLE color: 16039865.
HSL color Cylindrical-coordinate representation of color #B9BFF4: hue angle of 233.9º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9BFF4 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 191 | 244 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.04 |
| HSL | 233.9º | 0.73% | 0.84% | - |
| HSV(B) | 233.9º | 0.24% | 0.96% | - |
| XYZ | 54.97 | 54.11 | 93.13 | - |
| YUV | 195.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 244 | 0.24 | 0.22 | 0 | 0.04 | 233.9 | 0.73 | 0.84 |
| Hex | B9 | BF | F4 | 18 | 16 | 0 | 4 | EA | 49 | 54 |
| Octal | 271 | 277 | 364 | 30 | 26 | 0 | 4 | 352 | 111 | 124 |
| Binary | 10111001 | 10111111 | 11110100 | 11000 | 10110 | 0 | 100 | 11101010 | 1001001 | 1010100 |
Color Harmonies of #B9BFF4
Complementary color
Monochromatic Colors of #B9BFF4
Black with #B9BFF4
Text Example
Text Example
White with #B9BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFF4; }
p { color: rgb(185,191,244); }
H1.HeaderClassName
{
color: #B9BFF4;
}
.AnyTagClassName
{
color: #B9BFF4;
}
</style>
background-color css
<style>
a { background-color: #B9BFF4; }
a { background-color: rgb(185,191,244); }
div.DivClassName
{
background-color: #B9BFF4;
}
.BgClassName
{
background-color: #B9BFF4;
}
</style>
border-color css
<style>
span { border-color: #B9BFF4; }
span { border-color: rgb(185,191,244); }
td.TdClassName
{
border-color: #B9BFF4;
}
.TagClassName
{
border-color: #B9BFF4;
}
</style>