Shades of Perano #B8BED9
Tints of Perano #B8BED9
RGB
CMYK
RGB Variations
Color information
#B8BED9 (or 0xB8BED9) is known color: Perano. HEX triplet: B8, BE and D9. RGB value is (184,190,217). Sum of RGB (Red+Green+Blue) = 184+190+217=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #B8BED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BED9 is #474126. Grayscale: #BFBFBF. Windows color (decimal): -4669735 or 14270136. OLE color: 14270136.
HSL color Cylindrical-coordinate representation of color #B8BED9: hue angle of 229.09º degrees, saturation: 0.3, 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 #B8BED9 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 190 | 217 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.15 |
| HSL | 229.09º | 0.3% | 0.79% | - |
| HSV(B) | 229.09º | 0.15% | 0.85% | - |
| XYZ | 50.71 | 52.03 | 73.02 | - |
| YUV | 191.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 217 | 0.15 | 0.12 | 0 | 0.15 | 229.09 | 0.3 | 0.79 |
| Hex | B8 | BE | D9 | F | C | 0 | F | E5 | 1E | 4F |
| Octal | 270 | 276 | 331 | 17 | 14 | 0 | 17 | 345 | 36 | 117 |
| Binary | 10111000 | 10111110 | 11011001 | 1111 | 1100 | 0 | 1111 | 11100101 | 11110 | 1001111 |
Color Harmonies of #B8BED9
Complementary color
Monochromatic Colors of #B8BED9
Black with #B8BED9
Text Example
Text Example
White with #B8BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BED9; }
p { color: rgb(184,190,217); }
H1.HeaderClassName
{
color: #B8BED9;
}
.AnyTagClassName
{
color: #B8BED9;
}
</style>
background-color css
<style>
a { background-color: #B8BED9; }
a { background-color: rgb(184,190,217); }
div.DivClassName
{
background-color: #B8BED9;
}
.BgClassName
{
background-color: #B8BED9;
}
</style>
border-color css
<style>
span { border-color: #B8BED9; }
span { border-color: rgb(184,190,217); }
td.TdClassName
{
border-color: #B8BED9;
}
.TagClassName
{
border-color: #B8BED9;
}
</style>