Shades of Perano #B2BDFB
Tints of Perano #B2BDFB
RGB
CMYK
RGB Variations
Color information
#B2BDFB (or 0xB2BDFB) is known color: Perano. HEX triplet: B2, BD and FB. RGB value is (178,189,251). Sum of RGB (Red+Green+Blue) = 178+189+251=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2BDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BDFB is #4D4204. Grayscale: #C0C0C0. Windows color (decimal): -5063173 or 16498098. OLE color: 16498098.
HSL color Cylindrical-coordinate representation of color #B2BDFB: hue angle of 230.96º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2BDFB is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 189 | 251 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.02 |
| HSL | 230.96º | 0.9% | 0.84% | - |
| HSV(B) | 230.96º | 0.29% | 0.98% | - |
| XYZ | 53.97 | 52.83 | 98.62 | - |
| YUV | 192.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 251 | 0.29 | 0.25 | 0 | 0.02 | 230.96 | 0.9 | 0.84 |
| Hex | B2 | BD | FB | 1D | 19 | 0 | 2 | E7 | 5A | 54 |
| Octal | 262 | 275 | 373 | 35 | 31 | 0 | 2 | 347 | 132 | 124 |
| Binary | 10110010 | 10111101 | 11111011 | 11101 | 11001 | 0 | 10 | 11100111 | 1011010 | 1010100 |
Color Harmonies of #B2BDFB
Complementary color
Monochromatic Colors of #B2BDFB
Black with #B2BDFB
Text Example
Text Example
White with #B2BDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDFB; }
p { color: rgb(178,189,251); }
H1.HeaderClassName
{
color: #B2BDFB;
}
.AnyTagClassName
{
color: #B2BDFB;
}
</style>
background-color css
<style>
a { background-color: #B2BDFB; }
a { background-color: rgb(178,189,251); }
div.DivClassName
{
background-color: #B2BDFB;
}
.BgClassName
{
background-color: #B2BDFB;
}
</style>
border-color css
<style>
span { border-color: #B2BDFB; }
span { border-color: rgb(178,189,251); }
td.TdClassName
{
border-color: #B2BDFB;
}
.TagClassName
{
border-color: #B2BDFB;
}
</style>