Shades of Perano #B5BDF4
Tints of Perano #B5BDF4
RGB
CMYK
RGB Variations
Color information
#B5BDF4 (or 0xB5BDF4) is known color: Perano. HEX triplet: B5, BD and F4. RGB value is (181,189,244). Sum of RGB (Red+Green+Blue) = 181+189+244=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 244 - color contains mainly: blue. Hex color #B5BDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BDF4 is #4A420B. Grayscale: #C0C0C0. Windows color (decimal): -4866572 or 16039349. OLE color: 16039349.
HSL color Cylindrical-coordinate representation of color #B5BDF4: hue angle of 232.38º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5BDF4 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 189 | 244 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.04 |
| HSL | 232.38º | 0.74% | 0.83% | - |
| HSV(B) | 232.38º | 0.26% | 0.96% | - |
| XYZ | 53.58 | 52.75 | 92.95 | - |
| YUV | 192.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 244 | 0.26 | 0.23 | 0 | 0.04 | 232.38 | 0.74 | 0.83 |
| Hex | B5 | BD | F4 | 1A | 17 | 0 | 4 | E8 | 4A | 53 |
| Octal | 265 | 275 | 364 | 32 | 27 | 0 | 4 | 350 | 112 | 123 |
| Binary | 10110101 | 10111101 | 11110100 | 11010 | 10111 | 0 | 100 | 11101000 | 1001010 | 1010011 |
Color Harmonies of #B5BDF4
Complementary color
Monochromatic Colors of #B5BDF4
Black with #B5BDF4
Text Example
Text Example
White with #B5BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BDF4; }
p { color: rgb(181,189,244); }
H1.HeaderClassName
{
color: #B5BDF4;
}
.AnyTagClassName
{
color: #B5BDF4;
}
</style>
background-color css
<style>
a { background-color: #B5BDF4; }
a { background-color: rgb(181,189,244); }
div.DivClassName
{
background-color: #B5BDF4;
}
.BgClassName
{
background-color: #B5BDF4;
}
</style>
border-color css
<style>
span { border-color: #B5BDF4; }
span { border-color: rgb(181,189,244); }
td.TdClassName
{
border-color: #B5BDF4;
}
.TagClassName
{
border-color: #B5BDF4;
}
</style>