Shades of Perano #B2BEEF
Tints of Perano #B2BEEF
RGB
CMYK
RGB Variations
Color information
#B2BEEF (or 0xB2BEEF) is known color: Perano. HEX triplet: B2, BE and EF. RGB value is (178,190,239). Sum of RGB (Red+Green+Blue) = 178+190+239=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2BEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BEEF is #4D4110. Grayscale: #BFBFBF. Windows color (decimal): -5062929 or 15711922. OLE color: 15711922.
HSL color Cylindrical-coordinate representation of color #B2BEEF: hue angle of 228.2º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2BEEF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 190 | 239 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.06 |
| HSL | 228.2º | 0.66% | 0.82% | - |
| HSV(B) | 228.2º | 0.26% | 0.94% | - |
| XYZ | 52.35 | 52.52 | 89.04 | - |
| YUV | 192 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 239 | 0.26 | 0.21 | 0 | 0.06 | 228.2 | 0.66 | 0.82 |
| Hex | B2 | BE | EF | 1A | 15 | 0 | 6 | E4 | 42 | 52 |
| Octal | 262 | 276 | 357 | 32 | 25 | 0 | 6 | 344 | 102 | 122 |
| Binary | 10110010 | 10111110 | 11101111 | 11010 | 10101 | 0 | 110 | 11100100 | 1000010 | 1010010 |
Color Harmonies of #B2BEEF
Complementary color
Monochromatic Colors of #B2BEEF
Black with #B2BEEF
Text Example
Text Example
White with #B2BEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEEF; }
p { color: rgb(178,190,239); }
H1.HeaderClassName
{
color: #B2BEEF;
}
.AnyTagClassName
{
color: #B2BEEF;
}
</style>
background-color css
<style>
a { background-color: #B2BEEF; }
a { background-color: rgb(178,190,239); }
div.DivClassName
{
background-color: #B2BEEF;
}
.BgClassName
{
background-color: #B2BEEF;
}
</style>
border-color css
<style>
span { border-color: #B2BEEF; }
span { border-color: rgb(178,190,239); }
td.TdClassName
{
border-color: #B2BEEF;
}
.TagClassName
{
border-color: #B2BEEF;
}
</style>