Shades of Perano #B1B4DF
Tints of Perano #B1B4DF
RGB
CMYK
RGB Variations
Color information
#B1B4DF (or 0xB1B4DF) is known color: Perano. HEX triplet: B1, B4 and DF. RGB value is (177,180,223). Sum of RGB (Red+Green+Blue) = 177+180+223=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B4DF is #4E4B20. Grayscale: #B7B7B7. Windows color (decimal): -5131041 or 14660785. OLE color: 14660785.
HSL color Cylindrical-coordinate representation of color #B1B4DF: hue angle of 236.09º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1B4DF is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 180 | 223 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.13 |
| HSL | 236.09º | 0.42% | 0.78% | - |
| HSV(B) | 236.09º | 0.21% | 0.87% | - |
| XYZ | 47.77 | 47.32 | 76.43 | - |
| YUV | 184.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 223 | 0.21 | 0.19 | 0 | 0.13 | 236.09 | 0.42 | 0.78 |
| Hex | B1 | B4 | DF | 15 | 13 | 0 | D | EC | 2A | 4E |
| Octal | 261 | 264 | 337 | 25 | 23 | 0 | 15 | 354 | 52 | 116 |
| Binary | 10110001 | 10110100 | 11011111 | 10101 | 10011 | 0 | 1101 | 11101100 | 101010 | 1001110 |
Color Harmonies of #B1B4DF
Complementary color
Monochromatic Colors of #B1B4DF
Black with #B1B4DF
Text Example
Text Example
White with #B1B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B4DF; }
p { color: rgb(177,180,223); }
H1.HeaderClassName
{
color: #B1B4DF;
}
.AnyTagClassName
{
color: #B1B4DF;
}
</style>
background-color css
<style>
a { background-color: #B1B4DF; }
a { background-color: rgb(177,180,223); }
div.DivClassName
{
background-color: #B1B4DF;
}
.BgClassName
{
background-color: #B1B4DF;
}
</style>
border-color css
<style>
span { border-color: #B1B4DF; }
span { border-color: rgb(177,180,223); }
td.TdClassName
{
border-color: #B1B4DF;
}
.TagClassName
{
border-color: #B1B4DF;
}
</style>