Shades of Perano #BDBFEF
Tints of Perano #BDBFEF
RGB
CMYK
RGB Variations
Color information
#BDBFEF (or 0xBDBFEF) is known color: Perano. HEX triplet: BD, BF and EF. RGB value is (189,191,239). Sum of RGB (Red+Green+Blue) = 189+191+239=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDBFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFEF is #424010. Grayscale: #C3C3C3. Windows color (decimal): -4341777 or 15712189. OLE color: 15712189.
HSL color Cylindrical-coordinate representation of color #BDBFEF: hue angle of 237.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDBFEF is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 191 | 239 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.06 |
| HSL | 237.6º | 0.61% | 0.84% | - |
| HSV(B) | 237.6º | 0.21% | 0.94% | - |
| XYZ | 55.2 | 54.31 | 89.24 | - |
| YUV | 195.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 239 | 0.21 | 0.20 | 0 | 0.06 | 237.6 | 0.61 | 0.84 |
| Hex | BD | BF | EF | 15 | 14 | 0 | 6 | EE | 3D | 54 |
| Octal | 275 | 277 | 357 | 25 | 24 | 0 | 6 | 356 | 75 | 124 |
| Binary | 10111101 | 10111111 | 11101111 | 10101 | 10100 | 0 | 110 | 11101110 | 111101 | 1010100 |
Color Harmonies of #BDBFEF
Complementary color
Monochromatic Colors of #BDBFEF
Black with #BDBFEF
Text Example
Text Example
White with #BDBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFEF; }
p { color: rgb(189,191,239); }
H1.HeaderClassName
{
color: #BDBFEF;
}
.AnyTagClassName
{
color: #BDBFEF;
}
</style>
background-color css
<style>
a { background-color: #BDBFEF; }
a { background-color: rgb(189,191,239); }
div.DivClassName
{
background-color: #BDBFEF;
}
.BgClassName
{
background-color: #BDBFEF;
}
</style>
border-color css
<style>
span { border-color: #BDBFEF; }
span { border-color: rgb(189,191,239); }
td.TdClassName
{
border-color: #BDBFEF;
}
.TagClassName
{
border-color: #BDBFEF;
}
</style>