Shades of Perano #B1BEED
Tints of Perano #B1BEED
RGB
CMYK
RGB Variations
Color information
#B1BEED (or 0xB1BEED) is known color: Perano. HEX triplet: B1, BE and ED. RGB value is (177,190,237). Sum of RGB (Red+Green+Blue) = 177+190+237=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1BEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BEED is #4E4112. Grayscale: #BFBFBF. Windows color (decimal): -5128467 or 15580849. OLE color: 15580849.
HSL color Cylindrical-coordinate representation of color #B1BEED: hue angle of 227º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1BEED is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 190 | 237 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.07 |
| HSL | 227º | 0.63% | 0.81% | - |
| HSV(B) | 227º | 0.25% | 0.93% | - |
| XYZ | 51.83 | 52.29 | 87.48 | - |
| YUV | 191.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 237 | 0.25 | 0.20 | 0 | 0.07 | 227 | 0.63 | 0.81 |
| Hex | B1 | BE | ED | 19 | 14 | 0 | 7 | E3 | 3E | 51 |
| Octal | 261 | 276 | 355 | 31 | 24 | 0 | 7 | 343 | 76 | 121 |
| Binary | 10110001 | 10111110 | 11101101 | 11001 | 10100 | 0 | 111 | 11100011 | 111110 | 1010001 |
Color Harmonies of #B1BEED
Complementary color
Monochromatic Colors of #B1BEED
Black with #B1BEED
Text Example
Text Example
White with #B1BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BEED; }
p { color: rgb(177,190,237); }
H1.HeaderClassName
{
color: #B1BEED;
}
.AnyTagClassName
{
color: #B1BEED;
}
</style>
background-color css
<style>
a { background-color: #B1BEED; }
a { background-color: rgb(177,190,237); }
div.DivClassName
{
background-color: #B1BEED;
}
.BgClassName
{
background-color: #B1BEED;
}
</style>
border-color css
<style>
span { border-color: #B1BEED; }
span { border-color: rgb(177,190,237); }
td.TdClassName
{
border-color: #B1BEED;
}
.TagClassName
{
border-color: #B1BEED;
}
</style>