Shades of Perano #B4BEED
Tints of Perano #B4BEED
RGB
CMYK
RGB Variations
Color information
#B4BEED (or 0xB4BEED) is known color: Perano. HEX triplet: B4, BE and ED. RGB value is (180,190,237). Sum of RGB (Red+Green+Blue) = 180+190+237=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BEED is #4B4112. Grayscale: #C0C0C0. Windows color (decimal): -4931859 or 15580852. OLE color: 15580852.
HSL color Cylindrical-coordinate representation of color #B4BEED: hue angle of 229.47º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4BEED is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 190 | 237 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.07 |
| HSL | 229.47º | 0.61% | 0.82% | - |
| HSV(B) | 229.47º | 0.24% | 0.93% | - |
| XYZ | 52.52 | 52.64 | 87.51 | - |
| YUV | 192.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 237 | 0.24 | 0.20 | 0 | 0.07 | 229.47 | 0.61 | 0.82 |
| Hex | B4 | BE | ED | 18 | 14 | 0 | 7 | E5 | 3D | 52 |
| Octal | 264 | 276 | 355 | 30 | 24 | 0 | 7 | 345 | 75 | 122 |
| Binary | 10110100 | 10111110 | 11101101 | 11000 | 10100 | 0 | 111 | 11100101 | 111101 | 1010010 |
Color Harmonies of #B4BEED
Complementary color
Monochromatic Colors of #B4BEED
Black with #B4BEED
Text Example
Text Example
White with #B4BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BEED; }
p { color: rgb(180,190,237); }
H1.HeaderClassName
{
color: #B4BEED;
}
.AnyTagClassName
{
color: #B4BEED;
}
</style>
background-color css
<style>
a { background-color: #B4BEED; }
a { background-color: rgb(180,190,237); }
div.DivClassName
{
background-color: #B4BEED;
}
.BgClassName
{
background-color: #B4BEED;
}
</style>
border-color css
<style>
span { border-color: #B4BEED; }
span { border-color: rgb(180,190,237); }
td.TdClassName
{
border-color: #B4BEED;
}
.TagClassName
{
border-color: #B4BEED;
}
</style>