Shades of Perano #B4BDF2
Tints of Perano #B4BDF2
RGB
CMYK
RGB Variations
Color information
#B4BDF2 (or 0xB4BDF2) is known color: Perano. HEX triplet: B4, BD and F2. RGB value is (180,189,242). Sum of RGB (Red+Green+Blue) = 180+189+242=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BDF2 is #4B420D. Grayscale: #C0C0C0. Windows color (decimal): -4932110 or 15908276. OLE color: 15908276.
HSL color Cylindrical-coordinate representation of color #B4BDF2: hue angle of 231.29º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4BDF2 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 189 | 242 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.05 |
| HSL | 231.29º | 0.7% | 0.83% | - |
| HSV(B) | 231.29º | 0.26% | 0.95% | - |
| XYZ | 53.05 | 52.51 | 91.34 | - |
| YUV | 192.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 242 | 0.26 | 0.22 | 0 | 0.05 | 231.29 | 0.7 | 0.83 |
| Hex | B4 | BD | F2 | 1A | 16 | 0 | 5 | E7 | 46 | 53 |
| Octal | 264 | 275 | 362 | 32 | 26 | 0 | 5 | 347 | 106 | 123 |
| Binary | 10110100 | 10111101 | 11110010 | 11010 | 10110 | 0 | 101 | 11100111 | 1000110 | 1010011 |
Color Harmonies of #B4BDF2
Complementary color
Monochromatic Colors of #B4BDF2
Black with #B4BDF2
Text Example
Text Example
White with #B4BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BDF2; }
p { color: rgb(180,189,242); }
H1.HeaderClassName
{
color: #B4BDF2;
}
.AnyTagClassName
{
color: #B4BDF2;
}
</style>
background-color css
<style>
a { background-color: #B4BDF2; }
a { background-color: rgb(180,189,242); }
div.DivClassName
{
background-color: #B4BDF2;
}
.BgClassName
{
background-color: #B4BDF2;
}
</style>
border-color css
<style>
span { border-color: #B4BDF2; }
span { border-color: rgb(180,189,242); }
td.TdClassName
{
border-color: #B4BDF2;
}
.TagClassName
{
border-color: #B4BDF2;
}
</style>