Shades of Perano #B2BEDF
Tints of Perano #B2BEDF
RGB
CMYK
RGB Variations
Color information
#B2BEDF (or 0xB2BEDF) is known color: Perano. HEX triplet: B2, BE and DF. RGB value is (178,190,223). Sum of RGB (Red+Green+Blue) = 178+190+223=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEDF is #4D4120. Grayscale: #BEBEBE. Windows color (decimal): -5062945 or 14663346. OLE color: 14663346.
HSL color Cylindrical-coordinate representation of color #B2BEDF: hue angle of 224º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2BEDF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 190 | 223 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.13 |
| HSL | 224º | 0.41% | 0.79% | - |
| HSV(B) | 224º | 0.2% | 0.87% | - |
| XYZ | 50.09 | 51.62 | 77.14 | - |
| YUV | 190.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 223 | 0.20 | 0.15 | 0 | 0.13 | 224 | 0.41 | 0.79 |
| Hex | B2 | BE | DF | 14 | F | 0 | D | E0 | 29 | 4F |
| Octal | 262 | 276 | 337 | 24 | 17 | 0 | 15 | 340 | 51 | 117 |
| Binary | 10110010 | 10111110 | 11011111 | 10100 | 1111 | 0 | 1101 | 11100000 | 101001 | 1001111 |
Color Harmonies of #B2BEDF
Complementary color
Monochromatic Colors of #B2BEDF
Black with #B2BEDF
Text Example
Text Example
White with #B2BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEDF; }
p { color: rgb(178,190,223); }
H1.HeaderClassName
{
color: #B2BEDF;
}
.AnyTagClassName
{
color: #B2BEDF;
}
</style>
background-color css
<style>
a { background-color: #B2BEDF; }
a { background-color: rgb(178,190,223); }
div.DivClassName
{
background-color: #B2BEDF;
}
.BgClassName
{
background-color: #B2BEDF;
}
</style>
border-color css
<style>
span { border-color: #B2BEDF; }
span { border-color: rgb(178,190,223); }
td.TdClassName
{
border-color: #B2BEDF;
}
.TagClassName
{
border-color: #B2BEDF;
}
</style>