Shades of Perano #B2BBEF
Tints of Perano #B2BBEF
RGB
CMYK
RGB Variations
Color information
#B2BBEF (or 0xB2BBEF) is known color: Perano. HEX triplet: B2, BB and EF. RGB value is (178,187,239). Sum of RGB (Red+Green+Blue) = 178+187+239=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBEF is #4D4410. Grayscale: #BEBEBE. Windows color (decimal): -5063697 or 15711154. OLE color: 15711154.
HSL color Cylindrical-coordinate representation of color #B2BBEF: hue angle of 231.15º 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 #B2BBEF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 187 | 239 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.06 |
| HSL | 231.15º | 0.66% | 0.82% | - |
| HSV(B) | 231.15º | 0.26% | 0.94% | - |
| XYZ | 51.71 | 51.24 | 88.83 | - |
| YUV | 190.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 239 | 0.26 | 0.22 | 0 | 0.06 | 231.15 | 0.66 | 0.82 |
| Hex | B2 | BB | EF | 1A | 16 | 0 | 6 | E7 | 42 | 52 |
| Octal | 262 | 273 | 357 | 32 | 26 | 0 | 6 | 347 | 102 | 122 |
| Binary | 10110010 | 10111011 | 11101111 | 11010 | 10110 | 0 | 110 | 11100111 | 1000010 | 1010010 |
Color Harmonies of #B2BBEF
Complementary color
Monochromatic Colors of #B2BBEF
Black with #B2BBEF
Text Example
Text Example
White with #B2BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBEF; }
p { color: rgb(178,187,239); }
H1.HeaderClassName
{
color: #B2BBEF;
}
.AnyTagClassName
{
color: #B2BBEF;
}
</style>
background-color css
<style>
a { background-color: #B2BBEF; }
a { background-color: rgb(178,187,239); }
div.DivClassName
{
background-color: #B2BBEF;
}
.BgClassName
{
background-color: #B2BBEF;
}
</style>
border-color css
<style>
span { border-color: #B2BBEF; }
span { border-color: rgb(178,187,239); }
td.TdClassName
{
border-color: #B2BBEF;
}
.TagClassName
{
border-color: #B2BBEF;
}
</style>