Shades of Perano #B2B7E6
Tints of Perano #B2B7E6
RGB
CMYK
RGB Variations
Color information
#B2B7E6 (or 0xB2B7E6) is known color: Perano. HEX triplet: B2, B7 and E6. RGB value is (178,183,230). Sum of RGB (Red+Green+Blue) = 178+183+230=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #B2B7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B7E6 is #4D4819. Grayscale: #BABABA. Windows color (decimal): -5064730 or 15120306. OLE color: 15120306.
HSL color Cylindrical-coordinate representation of color #B2B7E6: hue angle of 234.23º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2B7E6 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 183 | 230 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.10 |
| HSL | 234.23º | 0.51% | 0.8% | - |
| HSV(B) | 234.23º | 0.23% | 0.9% | - |
| XYZ | 49.58 | 49.05 | 81.72 | - |
| YUV | 186.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 230 | 0.23 | 0.20 | 0 | 0.10 | 234.23 | 0.51 | 0.8 |
| Hex | B2 | B7 | E6 | 17 | 14 | 0 | A | EA | 33 | 50 |
| Octal | 262 | 267 | 346 | 27 | 24 | 0 | 12 | 352 | 63 | 120 |
| Binary | 10110010 | 10110111 | 11100110 | 10111 | 10100 | 0 | 1010 | 11101010 | 110011 | 1010000 |
Color Harmonies of #B2B7E6
Complementary color
Monochromatic Colors of #B2B7E6
Black with #B2B7E6
Text Example
Text Example
White with #B2B7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B7E6; }
p { color: rgb(178,183,230); }
H1.HeaderClassName
{
color: #B2B7E6;
}
.AnyTagClassName
{
color: #B2B7E6;
}
</style>
background-color css
<style>
a { background-color: #B2B7E6; }
a { background-color: rgb(178,183,230); }
div.DivClassName
{
background-color: #B2B7E6;
}
.BgClassName
{
background-color: #B2B7E6;
}
</style>
border-color css
<style>
span { border-color: #B2B7E6; }
span { border-color: rgb(178,183,230); }
td.TdClassName
{
border-color: #B2B7E6;
}
.TagClassName
{
border-color: #B2B7E6;
}
</style>