Shades of Perano #B8BDEF
Tints of Perano #B8BDEF
RGB
CMYK
RGB Variations
Color information
#B8BDEF (or 0xB8BDEF) is known color: Perano. HEX triplet: B8, BD and EF. RGB value is (184,189,239). Sum of RGB (Red+Green+Blue) = 184+189+239=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BDEF is #474210. Grayscale: #C0C0C0. Windows color (decimal): -4669969 or 15711672. OLE color: 15711672.
HSL color Cylindrical-coordinate representation of color #B8BDEF: hue angle of 234.55º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8BDEF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 189 | 239 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.06 |
| HSL | 234.55º | 0.63% | 0.83% | - |
| HSV(B) | 234.55º | 0.23% | 0.94% | - |
| XYZ | 53.54 | 52.82 | 89.03 | - |
| YUV | 193.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 239 | 0.23 | 0.21 | 0 | 0.06 | 234.55 | 0.63 | 0.83 |
| Hex | B8 | BD | EF | 17 | 15 | 0 | 6 | EB | 3F | 53 |
| Octal | 270 | 275 | 357 | 27 | 25 | 0 | 6 | 353 | 77 | 123 |
| Binary | 10111000 | 10111101 | 11101111 | 10111 | 10101 | 0 | 110 | 11101011 | 111111 | 1010011 |
Color Harmonies of #B8BDEF
Complementary color
Monochromatic Colors of #B8BDEF
Black with #B8BDEF
Text Example
Text Example
White with #B8BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BDEF; }
p { color: rgb(184,189,239); }
H1.HeaderClassName
{
color: #B8BDEF;
}
.AnyTagClassName
{
color: #B8BDEF;
}
</style>
background-color css
<style>
a { background-color: #B8BDEF; }
a { background-color: rgb(184,189,239); }
div.DivClassName
{
background-color: #B8BDEF;
}
.BgClassName
{
background-color: #B8BDEF;
}
</style>
border-color css
<style>
span { border-color: #B8BDEF; }
span { border-color: rgb(184,189,239); }
td.TdClassName
{
border-color: #B8BDEF;
}
.TagClassName
{
border-color: #B8BDEF;
}
</style>