Shades of Perano #B1BBED
Tints of Perano #B1BBED
RGB
CMYK
RGB Variations
Color information
#B1BBED (or 0xB1BBED) is known color: Perano. HEX triplet: B1, BB and ED. RGB value is (177,187,237). Sum of RGB (Red+Green+Blue) = 177+187+237=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BBED is #4E4412. Grayscale: #BDBDBD. Windows color (decimal): -5129235 or 15580081. OLE color: 15580081.
HSL color Cylindrical-coordinate representation of color #B1BBED: hue angle of 230º degrees, saturation: 0.62, 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 #B1BBED is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 187 | 237 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.07 |
| HSL | 230º | 0.63% | 0.81% | - |
| HSV(B) | 230º | 0.25% | 0.93% | - |
| XYZ | 51.19 | 51 | 87.27 | - |
| YUV | 189.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 237 | 0.25 | 0.21 | 0 | 0.07 | 230 | 0.63 | 0.81 |
| Hex | B1 | BB | ED | 19 | 15 | 0 | 7 | E6 | 3E | 51 |
| Octal | 261 | 273 | 355 | 31 | 25 | 0 | 7 | 346 | 76 | 121 |
| Binary | 10110001 | 10111011 | 11101101 | 11001 | 10101 | 0 | 111 | 11100110 | 111110 | 1010001 |
Color Harmonies of #B1BBED
Complementary color
Monochromatic Colors of #B1BBED
Black with #B1BBED
Text Example
Text Example
White with #B1BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BBED; }
p { color: rgb(177,187,237); }
H1.HeaderClassName
{
color: #B1BBED;
}
.AnyTagClassName
{
color: #B1BBED;
}
</style>
background-color css
<style>
a { background-color: #B1BBED; }
a { background-color: rgb(177,187,237); }
div.DivClassName
{
background-color: #B1BBED;
}
.BgClassName
{
background-color: #B1BBED;
}
</style>
border-color css
<style>
span { border-color: #B1BBED; }
span { border-color: rgb(177,187,237); }
td.TdClassName
{
border-color: #B1BBED;
}
.TagClassName
{
border-color: #B1BBED;
}
</style>