Shades of Perano #B1B1FD
Tints of Perano #B1B1FD
RGB
CMYK
RGB Variations
Color information
#B1B1FD (or 0xB1B1FD) is known color: Perano. HEX triplet: B1, B1 and FD. RGB value is (177,177,253). Sum of RGB (Red+Green+Blue) = 177+177+253=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1B1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1B1FD is #4E4E02. Grayscale: #B9B9B9. Windows color (decimal): -5131779 or 16626097. OLE color: 16626097.
HSL color Cylindrical-coordinate representation of color #B1B1FD: hue angle of 240º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1B1FD is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 177 | 253 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.01 |
| HSL | 240º | 0.95% | 0.84% | - |
| HSV(B) | 240º | 0.3% | 0.99% | - |
| XYZ | 51.58 | 47.88 | 99.45 | - |
| YUV | 185.66 | 166 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 253 | 0.30 | 0.30 | 0 | 0.01 | 240 | 0.95 | 0.84 |
| Hex | B1 | B1 | FD | 1E | 1E | 0 | 1 | F0 | 5F | 54 |
| Octal | 261 | 261 | 375 | 36 | 36 | 0 | 1 | 360 | 137 | 124 |
| Binary | 10110001 | 10110001 | 11111101 | 11110 | 11110 | 0 | 1 | 11110000 | 1011111 | 1010100 |
Color Harmonies of #B1B1FD
Complementary color
Monochromatic Colors of #B1B1FD
Black with #B1B1FD
Text Example
Text Example
White with #B1B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B1FD; }
p { color: rgb(177,177,253); }
H1.HeaderClassName
{
color: #B1B1FD;
}
.AnyTagClassName
{
color: #B1B1FD;
}
</style>
background-color css
<style>
a { background-color: #B1B1FD; }
a { background-color: rgb(177,177,253); }
div.DivClassName
{
background-color: #B1B1FD;
}
.BgClassName
{
background-color: #B1B1FD;
}
</style>
border-color css
<style>
span { border-color: #B1B1FD; }
span { border-color: rgb(177,177,253); }
td.TdClassName
{
border-color: #B1B1FD;
}
.TagClassName
{
border-color: #B1B1FD;
}
</style>