Shades of Perano #B8BEDA
Tints of Perano #B8BEDA
RGB
CMYK
RGB Variations
Color information
#B8BEDA (or 0xB8BEDA) is known color: Perano. HEX triplet: B8, BE and DA. RGB value is (184,190,218). Sum of RGB (Red+Green+Blue) = 184+190+218=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #B8BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BEDA is #474125. Grayscale: #BFBFBF. Windows color (decimal): -4669734 or 14335672. OLE color: 14335672.
HSL color Cylindrical-coordinate representation of color #B8BEDA: hue angle of 229.41º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8BEDA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 190 | 218 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.15 |
| HSL | 229.41º | 0.31% | 0.79% | - |
| HSV(B) | 229.41º | 0.16% | 0.85% | - |
| XYZ | 50.84 | 52.08 | 73.7 | - |
| YUV | 191.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 218 | 0.16 | 0.13 | 0 | 0.15 | 229.41 | 0.31 | 0.79 |
| Hex | B8 | BE | DA | 10 | D | 0 | F | E5 | 1F | 4F |
| Octal | 270 | 276 | 332 | 20 | 15 | 0 | 17 | 345 | 37 | 117 |
| Binary | 10111000 | 10111110 | 11011010 | 10000 | 1101 | 0 | 1111 | 11100101 | 11111 | 1001111 |
Color Harmonies of #B8BEDA
Complementary color
Monochromatic Colors of #B8BEDA
Black with #B8BEDA
Text Example
Text Example
White with #B8BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BEDA; }
p { color: rgb(184,190,218); }
H1.HeaderClassName
{
color: #B8BEDA;
}
.AnyTagClassName
{
color: #B8BEDA;
}
</style>
background-color css
<style>
a { background-color: #B8BEDA; }
a { background-color: rgb(184,190,218); }
div.DivClassName
{
background-color: #B8BEDA;
}
.BgClassName
{
background-color: #B8BEDA;
}
</style>
border-color css
<style>
span { border-color: #B8BEDA; }
span { border-color: rgb(184,190,218); }
td.TdClassName
{
border-color: #B8BEDA;
}
.TagClassName
{
border-color: #B8BEDA;
}
</style>