Shades of Perano #B7BBED
Tints of Perano #B7BBED
RGB
CMYK
RGB Variations
Color information
#B7BBED (or 0xB7BBED) is known color: Perano. HEX triplet: B7, BB and ED. RGB value is (183,187,237). Sum of RGB (Red+Green+Blue) = 183+187+237=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BBED is #484412. Grayscale: #BFBFBF. Windows color (decimal): -4736019 or 15580087. OLE color: 15580087.
HSL color Cylindrical-coordinate representation of color #B7BBED: hue angle of 235.56º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7BBED is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 187 | 237 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.07 |
| HSL | 235.56º | 0.6% | 0.82% | - |
| HSV(B) | 235.56º | 0.23% | 0.93% | - |
| XYZ | 52.58 | 51.72 | 87.33 | - |
| YUV | 191.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 237 | 0.23 | 0.21 | 0 | 0.07 | 235.56 | 0.6 | 0.82 |
| Hex | B7 | BB | ED | 17 | 15 | 0 | 7 | EC | 3C | 52 |
| Octal | 267 | 273 | 355 | 27 | 25 | 0 | 7 | 354 | 74 | 122 |
| Binary | 10110111 | 10111011 | 11101101 | 10111 | 10101 | 0 | 111 | 11101100 | 111100 | 1010010 |
Color Harmonies of #B7BBED
Complementary color
Monochromatic Colors of #B7BBED
Black with #B7BBED
Text Example
Text Example
White with #B7BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BBED; }
p { color: rgb(183,187,237); }
H1.HeaderClassName
{
color: #B7BBED;
}
.AnyTagClassName
{
color: #B7BBED;
}
</style>
background-color css
<style>
a { background-color: #B7BBED; }
a { background-color: rgb(183,187,237); }
div.DivClassName
{
background-color: #B7BBED;
}
.BgClassName
{
background-color: #B7BBED;
}
</style>
border-color css
<style>
span { border-color: #B7BBED; }
span { border-color: rgb(183,187,237); }
td.TdClassName
{
border-color: #B7BBED;
}
.TagClassName
{
border-color: #B7BBED;
}
</style>