Shades of Perano #B2BDFE
Tints of Perano #B2BDFE
RGB
CMYK
RGB Variations
Color information
#B2BDFE (or 0xB2BDFE) is known color: Perano. HEX triplet: B2, BD and FE. RGB value is (178,189,254). Sum of RGB (Red+Green+Blue) = 178+189+254=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BDFE is #4D4201. Grayscale: #C0C0C0. Windows color (decimal): -5063170 or 16694706. OLE color: 16694706.
HSL color Cylindrical-coordinate representation of color #B2BDFE: hue angle of 231.32º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2BDFE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 189 | 254 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.00 |
| HSL | 231.32º | 0.97% | 0.85% | - |
| HSV(B) | 231.32º | 0.3% | 1% | - |
| XYZ | 54.45 | 53.02 | 101.13 | - |
| YUV | 193.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 254 | 0.30 | 0.26 | 0 | 0.00 | 231.32 | 0.97 | 0.85 |
| Hex | B2 | BD | FE | 1E | 1A | 0 | 0 | E7 | 61 | 55 |
| Octal | 262 | 275 | 376 | 36 | 32 | 0 | 0 | 347 | 141 | 125 |
| Binary | 10110010 | 10111101 | 11111110 | 11110 | 11010 | 0 | 0 | 11100111 | 1100001 | 1010101 |
Color Harmonies of #B2BDFE
Complementary color
Monochromatic Colors of #B2BDFE
Black with #B2BDFE
Text Example
Text Example
White with #B2BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDFE; }
p { color: rgb(178,189,254); }
H1.HeaderClassName
{
color: #B2BDFE;
}
.AnyTagClassName
{
color: #B2BDFE;
}
</style>
background-color css
<style>
a { background-color: #B2BDFE; }
a { background-color: rgb(178,189,254); }
div.DivClassName
{
background-color: #B2BDFE;
}
.BgClassName
{
background-color: #B2BDFE;
}
</style>
border-color css
<style>
span { border-color: #B2BDFE; }
span { border-color: rgb(178,189,254); }
td.TdClassName
{
border-color: #B2BDFE;
}
.TagClassName
{
border-color: #B2BDFE;
}
</style>