Shades of Perano #B4BDE6
Tints of Perano #B4BDE6
RGB
CMYK
RGB Variations
Color information
#B4BDE6 (or 0xB4BDE6) is known color: Perano. HEX triplet: B4, BD and E6. RGB value is (180,189,230). Sum of RGB (Red+Green+Blue) = 180+189+230=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 230 - color contains mainly: blue. Hex color #B4BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BDE6 is #4B4219. Grayscale: #BEBEBE. Windows color (decimal): -4932122 or 15121844. OLE color: 15121844.
HSL color Cylindrical-coordinate representation of color #B4BDE6: hue angle of 229.2º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4BDE6 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 189 | 230 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.10 |
| HSL | 229.2º | 0.5% | 0.8% | - |
| HSV(B) | 229.2º | 0.22% | 0.9% | - |
| XYZ | 51.3 | 51.81 | 82.16 | - |
| YUV | 190.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 230 | 0.22 | 0.18 | 0 | 0.10 | 229.2 | 0.5 | 0.8 |
| Hex | B4 | BD | E6 | 16 | 12 | 0 | A | E5 | 32 | 50 |
| Octal | 264 | 275 | 346 | 26 | 22 | 0 | 12 | 345 | 62 | 120 |
| Binary | 10110100 | 10111101 | 11100110 | 10110 | 10010 | 0 | 1010 | 11100101 | 110010 | 1010000 |
Color Harmonies of #B4BDE6
Complementary color
Monochromatic Colors of #B4BDE6
Black with #B4BDE6
Text Example
Text Example
White with #B4BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BDE6; }
p { color: rgb(180,189,230); }
H1.HeaderClassName
{
color: #B4BDE6;
}
.AnyTagClassName
{
color: #B4BDE6;
}
</style>
background-color css
<style>
a { background-color: #B4BDE6; }
a { background-color: rgb(180,189,230); }
div.DivClassName
{
background-color: #B4BDE6;
}
.BgClassName
{
background-color: #B4BDE6;
}
</style>
border-color css
<style>
span { border-color: #B4BDE6; }
span { border-color: rgb(180,189,230); }
td.TdClassName
{
border-color: #B4BDE6;
}
.TagClassName
{
border-color: #B4BDE6;
}
</style>