Shades of Perano #B2BBEC
Tints of Perano #B2BBEC
RGB
CMYK
RGB Variations
Color information
#B2BBEC (or 0xB2BBEC) is known color: Perano. HEX triplet: B2, BB and EC. RGB value is (178,187,236). Sum of RGB (Red+Green+Blue) = 178+187+236=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBEC is #4D4413. Grayscale: #BDBDBD. Windows color (decimal): -5063700 or 15514546. OLE color: 15514546.
HSL color Cylindrical-coordinate representation of color #B2BBEC: hue angle of 230.69º degrees, saturation: 0.6, 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 #B2BBEC is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 187 | 236 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.07 |
| HSL | 230.69º | 0.6% | 0.81% | - |
| HSV(B) | 230.69º | 0.25% | 0.93% | - |
| XYZ | 51.27 | 51.06 | 86.51 | - |
| YUV | 189.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 236 | 0.25 | 0.21 | 0 | 0.07 | 230.69 | 0.6 | 0.81 |
| Hex | B2 | BB | EC | 19 | 15 | 0 | 7 | E7 | 3C | 51 |
| Octal | 262 | 273 | 354 | 31 | 25 | 0 | 7 | 347 | 74 | 121 |
| Binary | 10110010 | 10111011 | 11101100 | 11001 | 10101 | 0 | 111 | 11100111 | 111100 | 1010001 |
Color Harmonies of #B2BBEC
Complementary color
Monochromatic Colors of #B2BBEC
Black with #B2BBEC
Text Example
Text Example
White with #B2BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBEC; }
p { color: rgb(178,187,236); }
H1.HeaderClassName
{
color: #B2BBEC;
}
.AnyTagClassName
{
color: #B2BBEC;
}
</style>
background-color css
<style>
a { background-color: #B2BBEC; }
a { background-color: rgb(178,187,236); }
div.DivClassName
{
background-color: #B2BBEC;
}
.BgClassName
{
background-color: #B2BBEC;
}
</style>
border-color css
<style>
span { border-color: #B2BBEC; }
span { border-color: rgb(178,187,236); }
td.TdClassName
{
border-color: #B2BBEC;
}
.TagClassName
{
border-color: #B2BBEC;
}
</style>