Shades of Perano #BDBFED
Tints of Perano #BDBFED
RGB
CMYK
RGB Variations
Color information
#BDBFED (or 0xBDBFED) is known color: Perano. HEX triplet: BD, BF and ED. RGB value is (189,191,237). Sum of RGB (Red+Green+Blue) = 189+191+237=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDBFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFED is #424012. Grayscale: #C3C3C3. Windows color (decimal): -4341779 or 15581117. OLE color: 15581117.
HSL color Cylindrical-coordinate representation of color #BDBFED: hue angle of 237.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDBFED is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 191 | 237 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.07 |
| HSL | 237.5º | 0.57% | 0.84% | - |
| HSV(B) | 237.5º | 0.2% | 0.93% | - |
| XYZ | 54.9 | 54.19 | 87.69 | - |
| YUV | 195.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 237 | 0.20 | 0.19 | 0 | 0.07 | 237.5 | 0.57 | 0.84 |
| Hex | BD | BF | ED | 14 | 13 | 0 | 7 | EE | 39 | 54 |
| Octal | 275 | 277 | 355 | 24 | 23 | 0 | 7 | 356 | 71 | 124 |
| Binary | 10111101 | 10111111 | 11101101 | 10100 | 10011 | 0 | 111 | 11101110 | 111001 | 1010100 |
Color Harmonies of #BDBFED
Complementary color
Monochromatic Colors of #BDBFED
Black with #BDBFED
Text Example
Text Example
White with #BDBFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFED; }
p { color: rgb(189,191,237); }
H1.HeaderClassName
{
color: #BDBFED;
}
.AnyTagClassName
{
color: #BDBFED;
}
</style>
background-color css
<style>
a { background-color: #BDBFED; }
a { background-color: rgb(189,191,237); }
div.DivClassName
{
background-color: #BDBFED;
}
.BgClassName
{
background-color: #BDBFED;
}
</style>
border-color css
<style>
span { border-color: #BDBFED; }
span { border-color: rgb(189,191,237); }
td.TdClassName
{
border-color: #BDBFED;
}
.TagClassName
{
border-color: #BDBFED;
}
</style>