Shades of Perano #B2BEED
Tints of Perano #B2BEED
RGB
CMYK
RGB Variations
Color information
#B2BEED (or 0xB2BEED) is known color: Perano. HEX triplet: B2, BE and ED. RGB value is (178,190,237). Sum of RGB (Red+Green+Blue) = 178+190+237=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2BEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BEED is #4D4112. Grayscale: #BFBFBF. Windows color (decimal): -5062931 or 15580850. OLE color: 15580850.
HSL color Cylindrical-coordinate representation of color #B2BEED: hue angle of 227.8º 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 #B2BEED is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 190 | 237 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.07 |
| HSL | 227.8º | 0.62% | 0.81% | - |
| HSV(B) | 227.8º | 0.25% | 0.93% | - |
| XYZ | 52.06 | 52.41 | 87.49 | - |
| YUV | 191.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 237 | 0.25 | 0.20 | 0 | 0.07 | 227.8 | 0.62 | 0.81 |
| Hex | B2 | BE | ED | 19 | 14 | 0 | 7 | E4 | 3E | 51 |
| Octal | 262 | 276 | 355 | 31 | 24 | 0 | 7 | 344 | 76 | 121 |
| Binary | 10110010 | 10111110 | 11101101 | 11001 | 10100 | 0 | 111 | 11100100 | 111110 | 1010001 |
Color Harmonies of #B2BEED
Complementary color
Monochromatic Colors of #B2BEED
Black with #B2BEED
Text Example
Text Example
White with #B2BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEED; }
p { color: rgb(178,190,237); }
H1.HeaderClassName
{
color: #B2BEED;
}
.AnyTagClassName
{
color: #B2BEED;
}
</style>
background-color css
<style>
a { background-color: #B2BEED; }
a { background-color: rgb(178,190,237); }
div.DivClassName
{
background-color: #B2BEED;
}
.BgClassName
{
background-color: #B2BEED;
}
</style>
border-color css
<style>
span { border-color: #B2BEED; }
span { border-color: rgb(178,190,237); }
td.TdClassName
{
border-color: #B2BEED;
}
.TagClassName
{
border-color: #B2BEED;
}
</style>