Shades of Perano #B9BFDA
Tints of Perano #B9BFDA
RGB
CMYK
RGB Variations
Color information
#B9BFDA (or 0xB9BFDA) is known color: Perano. HEX triplet: B9, BF and DA. RGB value is (185,191,218). Sum of RGB (Red+Green+Blue) = 185+191+218=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFDA is #464025. Grayscale: #C0C0C0. Windows color (decimal): -4603942 or 14335929. OLE color: 14335929.
HSL color Cylindrical-coordinate representation of color #B9BFDA: hue angle of 229.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9BFDA is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 191 | 218 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.15 |
| HSL | 229.09º | 0.31% | 0.79% | - |
| HSV(B) | 229.09º | 0.15% | 0.85% | - |
| XYZ | 51.29 | 52.64 | 73.79 | - |
| YUV | 192.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 218 | 0.15 | 0.12 | 0 | 0.15 | 229.09 | 0.31 | 0.79 |
| Hex | B9 | BF | DA | F | C | 0 | F | E5 | 1F | 4F |
| Octal | 271 | 277 | 332 | 17 | 14 | 0 | 17 | 345 | 37 | 117 |
| Binary | 10111001 | 10111111 | 11011010 | 1111 | 1100 | 0 | 1111 | 11100101 | 11111 | 1001111 |
Color Harmonies of #B9BFDA
Complementary color
Monochromatic Colors of #B9BFDA
Black with #B9BFDA
Text Example
Text Example
White with #B9BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFDA; }
p { color: rgb(185,191,218); }
H1.HeaderClassName
{
color: #B9BFDA;
}
.AnyTagClassName
{
color: #B9BFDA;
}
</style>
background-color css
<style>
a { background-color: #B9BFDA; }
a { background-color: rgb(185,191,218); }
div.DivClassName
{
background-color: #B9BFDA;
}
.BgClassName
{
background-color: #B9BFDA;
}
</style>
border-color css
<style>
span { border-color: #B9BFDA; }
span { border-color: rgb(185,191,218); }
td.TdClassName
{
border-color: #B9BFDA;
}
.TagClassName
{
border-color: #B9BFDA;
}
</style>