Shades of Perano #B2BDFF
Tints of Perano #B2BDFF
RGB
CMYK
RGB Variations
Color information
#B2BDFF (or 0xB2BDFF) is known color: Perano. HEX triplet: B2, BD and FF. RGB value is (178,189,255). Sum of RGB (Red+Green+Blue) = 178+189+255=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BDFF is #4D4200. Grayscale: #C0C0C0. Windows color (decimal): -5063169 or 16760242. OLE color: 16760242.
HSL color Cylindrical-coordinate representation of color #B2BDFF: hue angle of 231.43º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2BDFF is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 189 | 255 | - |
| CMYK | 0.30 | 0.26 | 0 | 0 |
| HSL | 231.43º | 1% | 0.85% | - |
| HSV(B) | 231.43º | 0.3% | 1% | - |
| XYZ | 54.61 | 53.08 | 101.98 | - |
| YUV | 193.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 255 | 0.30 | 0.26 | 0 | 0 | 231.43 | 1 | 0.85 |
| Hex | B2 | BD | FF | 1E | 1A | 0 | 0 | E7 | 64 | 55 |
| Octal | 262 | 275 | 377 | 36 | 32 | 0 | 0 | 347 | 144 | 125 |
| Binary | 10110010 | 10111101 | 11111111 | 11110 | 11010 | 0 | 0 | 11100111 | 1100100 | 1010101 |
Color Harmonies of #B2BDFF
Complementary color
Monochromatic Colors of #B2BDFF
Black with #B2BDFF
Text Example
Text Example
White with #B2BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDFF; }
p { color: rgb(178,189,255); }
H1.HeaderClassName
{
color: #B2BDFF;
}
.AnyTagClassName
{
color: #B2BDFF;
}
</style>
background-color css
<style>
a { background-color: #B2BDFF; }
a { background-color: rgb(178,189,255); }
div.DivClassName
{
background-color: #B2BDFF;
}
.BgClassName
{
background-color: #B2BDFF;
}
</style>
border-color css
<style>
span { border-color: #B2BDFF; }
span { border-color: rgb(178,189,255); }
td.TdClassName
{
border-color: #B2BDFF;
}
.TagClassName
{
border-color: #B2BDFF;
}
</style>