Shades of Perano #B1BAF4
Tints of Perano #B1BAF4
RGB
CMYK
RGB Variations
Color information
#B1BAF4 (or 0xB1BAF4) is known color: Perano. HEX triplet: B1, BA and F4. RGB value is (177,186,244). Sum of RGB (Red+Green+Blue) = 177+186+244=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #B1BAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BAF4 is #4E450B. Grayscale: #BDBDBD. Windows color (decimal): -5129484 or 16038577. OLE color: 16038577.
HSL color Cylindrical-coordinate representation of color #B1BAF4: hue angle of 231.94º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1BAF4 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 186 | 244 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.04 |
| HSL | 231.94º | 0.75% | 0.83% | - |
| HSV(B) | 231.94º | 0.27% | 0.96% | - |
| XYZ | 52.02 | 51 | 92.69 | - |
| YUV | 189.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 244 | 0.27 | 0.24 | 0 | 0.04 | 231.94 | 0.75 | 0.83 |
| Hex | B1 | BA | F4 | 1B | 18 | 0 | 4 | E8 | 4B | 53 |
| Octal | 261 | 272 | 364 | 33 | 30 | 0 | 4 | 350 | 113 | 123 |
| Binary | 10110001 | 10111010 | 11110100 | 11011 | 11000 | 0 | 100 | 11101000 | 1001011 | 1010011 |
Color Harmonies of #B1BAF4
Complementary color
Monochromatic Colors of #B1BAF4
Black with #B1BAF4
Text Example
Text Example
White with #B1BAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BAF4; }
p { color: rgb(177,186,244); }
H1.HeaderClassName
{
color: #B1BAF4;
}
.AnyTagClassName
{
color: #B1BAF4;
}
</style>
background-color css
<style>
a { background-color: #B1BAF4; }
a { background-color: rgb(177,186,244); }
div.DivClassName
{
background-color: #B1BAF4;
}
.BgClassName
{
background-color: #B1BAF4;
}
</style>
border-color css
<style>
span { border-color: #B1BAF4; }
span { border-color: rgb(177,186,244); }
td.TdClassName
{
border-color: #B1BAF4;
}
.TagClassName
{
border-color: #B1BAF4;
}
</style>