Shades of Perano #B1ADF8
Tints of Perano #B1ADF8
RGB
CMYK
RGB Variations
Color information
#B1ADF8 (or 0xB1ADF8) is known color: Perano. HEX triplet: B1, AD and F8. RGB value is (177,173,248). Sum of RGB (Red+Green+Blue) = 177+173+248=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1ADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADF8 is #4E5207. Grayscale: #B6B6B6. Windows color (decimal): -5132808 or 16297393. OLE color: 16297393.
HSL color Cylindrical-coordinate representation of color #B1ADF8: hue angle of 243.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1ADF8 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 173 | 248 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.03 |
| HSL | 243.2º | 0.84% | 0.83% | - |
| HSV(B) | 243.2º | 0.3% | 0.97% | - |
| XYZ | 50.02 | 46.01 | 95.05 | - |
| YUV | 182.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 248 | 0.29 | 0.30 | 0 | 0.03 | 243.2 | 0.84 | 0.83 |
| Hex | B1 | AD | F8 | 1D | 1E | 0 | 3 | F3 | 54 | 53 |
| Octal | 261 | 255 | 370 | 35 | 36 | 0 | 3 | 363 | 124 | 123 |
| Binary | 10110001 | 10101101 | 11111000 | 11101 | 11110 | 0 | 11 | 11110011 | 1010100 | 1010011 |
Color Harmonies of #B1ADF8
Complementary color
Monochromatic Colors of #B1ADF8
Black with #B1ADF8
Text Example
Text Example
White with #B1ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ADF8; }
p { color: rgb(177,173,248); }
H1.HeaderClassName
{
color: #B1ADF8;
}
.AnyTagClassName
{
color: #B1ADF8;
}
</style>
background-color css
<style>
a { background-color: #B1ADF8; }
a { background-color: rgb(177,173,248); }
div.DivClassName
{
background-color: #B1ADF8;
}
.BgClassName
{
background-color: #B1ADF8;
}
</style>
border-color css
<style>
span { border-color: #B1ADF8; }
span { border-color: rgb(177,173,248); }
td.TdClassName
{
border-color: #B1ADF8;
}
.TagClassName
{
border-color: #B1ADF8;
}
</style>