Shades of Perano #B1BDDF
Tints of Perano #B1BDDF
RGB
CMYK
RGB Variations
Color information
#B1BDDF (or 0xB1BDDF) is known color: Perano. HEX triplet: B1, BD and DF. RGB value is (177,189,223). Sum of RGB (Red+Green+Blue) = 177+189+223=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDDF is #4E4220. Grayscale: #BDBDBD. Windows color (decimal): -5128737 or 14663089. OLE color: 14663089.
HSL color Cylindrical-coordinate representation of color #B1BDDF: hue angle of 224.35º 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 #B1BDDF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 189 | 223 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.13 |
| HSL | 224.35º | 0.42% | 0.78% | - |
| HSV(B) | 224.35º | 0.21% | 0.87% | - |
| XYZ | 49.65 | 51.07 | 77.05 | - |
| YUV | 189.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 223 | 0.21 | 0.15 | 0 | 0.13 | 224.35 | 0.42 | 0.78 |
| Hex | B1 | BD | DF | 15 | F | 0 | D | E0 | 2A | 4E |
| Octal | 261 | 275 | 337 | 25 | 17 | 0 | 15 | 340 | 52 | 116 |
| Binary | 10110001 | 10111101 | 11011111 | 10101 | 1111 | 0 | 1101 | 11100000 | 101010 | 1001110 |
Color Harmonies of #B1BDDF
Complementary color
Monochromatic Colors of #B1BDDF
Black with #B1BDDF
Text Example
Text Example
White with #B1BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BDDF; }
p { color: rgb(177,189,223); }
H1.HeaderClassName
{
color: #B1BDDF;
}
.AnyTagClassName
{
color: #B1BDDF;
}
</style>
background-color css
<style>
a { background-color: #B1BDDF; }
a { background-color: rgb(177,189,223); }
div.DivClassName
{
background-color: #B1BDDF;
}
.BgClassName
{
background-color: #B1BDDF;
}
</style>
border-color css
<style>
span { border-color: #B1BDDF; }
span { border-color: rgb(177,189,223); }
td.TdClassName
{
border-color: #B1BDDF;
}
.TagClassName
{
border-color: #B1BDDF;
}
</style>