Shades of Perano #B1BDF8
Tints of Perano #B1BDF8
RGB
CMYK
RGB Variations
Color information
#B1BDF8 (or 0xB1BDF8) is known color: Perano. HEX triplet: B1, BD and F8. RGB value is (177,189,248). Sum of RGB (Red+Green+Blue) = 177+189+248=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BDF8 is #4E4207. Grayscale: #BFBFBF. Windows color (decimal): -5128712 or 16301489. OLE color: 16301489.
HSL color Cylindrical-coordinate representation of color #B1BDF8: hue angle of 229.86º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1BDF8 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 189 | 248 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.03 |
| HSL | 229.86º | 0.84% | 0.83% | - |
| HSV(B) | 229.86º | 0.29% | 0.97% | - |
| XYZ | 53.27 | 52.52 | 96.14 | - |
| YUV | 192.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 248 | 0.29 | 0.24 | 0 | 0.03 | 229.86 | 0.84 | 0.83 |
| Hex | B1 | BD | F8 | 1D | 18 | 0 | 3 | E6 | 54 | 53 |
| Octal | 261 | 275 | 370 | 35 | 30 | 0 | 3 | 346 | 124 | 123 |
| Binary | 10110001 | 10111101 | 11111000 | 11101 | 11000 | 0 | 11 | 11100110 | 1010100 | 1010011 |
Color Harmonies of #B1BDF8
Complementary color
Monochromatic Colors of #B1BDF8
Black with #B1BDF8
Text Example
Text Example
White with #B1BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BDF8; }
p { color: rgb(177,189,248); }
H1.HeaderClassName
{
color: #B1BDF8;
}
.AnyTagClassName
{
color: #B1BDF8;
}
</style>
background-color css
<style>
a { background-color: #B1BDF8; }
a { background-color: rgb(177,189,248); }
div.DivClassName
{
background-color: #B1BDF8;
}
.BgClassName
{
background-color: #B1BDF8;
}
</style>
border-color css
<style>
span { border-color: #B1BDF8; }
span { border-color: rgb(177,189,248); }
td.TdClassName
{
border-color: #B1BDF8;
}
.TagClassName
{
border-color: #B1BDF8;
}
</style>