Shades of Perano #B2BFFD
Tints of Perano #B2BFFD
RGB
CMYK
RGB Variations
Color information
#B2BFFD (or 0xB2BFFD) is known color: Perano. HEX triplet: B2, BF and FD. RGB value is (178,191,253). Sum of RGB (Red+Green+Blue) = 178+191+253=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BFFD is #4D4002. Grayscale: #C1C1C1. Windows color (decimal): -5062659 or 16629682. OLE color: 16629682.
HSL color Cylindrical-coordinate representation of color #B2BFFD: hue angle of 229.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2BFFD is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 191 | 253 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.01 |
| HSL | 229.6º | 0.95% | 0.85% | - |
| HSV(B) | 229.6º | 0.3% | 0.99% | - |
| XYZ | 54.72 | 53.82 | 100.43 | - |
| YUV | 194.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 253 | 0.30 | 0.25 | 0 | 0.01 | 229.6 | 0.95 | 0.85 |
| Hex | B2 | BF | FD | 1E | 19 | 0 | 1 | E6 | 5F | 55 |
| Octal | 262 | 277 | 375 | 36 | 31 | 0 | 1 | 346 | 137 | 125 |
| Binary | 10110010 | 10111111 | 11111101 | 11110 | 11001 | 0 | 1 | 11100110 | 1011111 | 1010101 |
Color Harmonies of #B2BFFD
Complementary color
Monochromatic Colors of #B2BFFD
Black with #B2BFFD
Text Example
Text Example
White with #B2BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFFD; }
p { color: rgb(178,191,253); }
H1.HeaderClassName
{
color: #B2BFFD;
}
.AnyTagClassName
{
color: #B2BFFD;
}
</style>
background-color css
<style>
a { background-color: #B2BFFD; }
a { background-color: rgb(178,191,253); }
div.DivClassName
{
background-color: #B2BFFD;
}
.BgClassName
{
background-color: #B2BFFD;
}
</style>
border-color css
<style>
span { border-color: #B2BFFD; }
span { border-color: rgb(178,191,253); }
td.TdClassName
{
border-color: #B2BFFD;
}
.TagClassName
{
border-color: #B2BFFD;
}
</style>