Shades of Perano #B2BDF9
Tints of Perano #B2BDF9
RGB
CMYK
RGB Variations
Color information
#B2BDF9 (or 0xB2BDF9) is known color: Perano. HEX triplet: B2, BD and F9. RGB value is (178,189,249). Sum of RGB (Red+Green+Blue) = 178+189+249=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #B2BDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BDF9 is #4D4206. Grayscale: #C0C0C0. Windows color (decimal): -5063175 or 16367026. OLE color: 16367026.
HSL color Cylindrical-coordinate representation of color #B2BDF9: hue angle of 230.7º degrees, saturation: 0.86, 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 #B2BDF9 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 189 | 249 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.02 |
| HSL | 230.7º | 0.86% | 0.84% | - |
| HSV(B) | 230.7º | 0.29% | 0.98% | - |
| XYZ | 53.66 | 52.7 | 96.97 | - |
| YUV | 192.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 249 | 0.29 | 0.24 | 0 | 0.02 | 230.7 | 0.86 | 0.84 |
| Hex | B2 | BD | F9 | 1D | 18 | 0 | 2 | E7 | 56 | 54 |
| Octal | 262 | 275 | 371 | 35 | 30 | 0 | 2 | 347 | 126 | 124 |
| Binary | 10110010 | 10111101 | 11111001 | 11101 | 11000 | 0 | 10 | 11100111 | 1010110 | 1010100 |
Color Harmonies of #B2BDF9
Complementary color
Monochromatic Colors of #B2BDF9
Black with #B2BDF9
Text Example
Text Example
White with #B2BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDF9; }
p { color: rgb(178,189,249); }
H1.HeaderClassName
{
color: #B2BDF9;
}
.AnyTagClassName
{
color: #B2BDF9;
}
</style>
background-color css
<style>
a { background-color: #B2BDF9; }
a { background-color: rgb(178,189,249); }
div.DivClassName
{
background-color: #B2BDF9;
}
.BgClassName
{
background-color: #B2BDF9;
}
</style>
border-color css
<style>
span { border-color: #B2BDF9; }
span { border-color: rgb(178,189,249); }
td.TdClassName
{
border-color: #B2BDF9;
}
.TagClassName
{
border-color: #B2BDF9;
}
</style>