Shades of Perano #B2BFFC
Tints of Perano #B2BFFC
RGB
CMYK
RGB Variations
Color information
#B2BFFC (or 0xB2BFFC) is known color: Perano. HEX triplet: B2, BF and FC. RGB value is (178,191,252). Sum of RGB (Red+Green+Blue) = 178+191+252=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BFFC is #4D4003. Grayscale: #C1C1C1. Windows color (decimal): -5062660 or 16564146. OLE color: 16564146.
HSL color Cylindrical-coordinate representation of color #B2BFFC: hue angle of 229.46º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2BFFC is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 191 | 252 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.01 |
| HSL | 229.46º | 0.93% | 0.84% | - |
| HSV(B) | 229.46º | 0.29% | 0.99% | - |
| XYZ | 54.56 | 53.75 | 99.6 | - |
| YUV | 194.07 | 160.69 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 252 | 0.29 | 0.24 | 0 | 0.01 | 229.46 | 0.93 | 0.84 |
| Hex | B2 | BF | FC | 1D | 18 | 0 | 1 | E5 | 5C | 54 |
| Octal | 262 | 277 | 374 | 35 | 30 | 0 | 1 | 345 | 134 | 124 |
| Binary | 10110010 | 10111111 | 11111100 | 11101 | 11000 | 0 | 1 | 11100101 | 1011100 | 1010100 |
Color Harmonies of #B2BFFC
Complementary color
Monochromatic Colors of #B2BFFC
Black with #B2BFFC
Text Example
Text Example
White with #B2BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFFC; }
p { color: rgb(178,191,252); }
H1.HeaderClassName
{
color: #B2BFFC;
}
.AnyTagClassName
{
color: #B2BFFC;
}
</style>
background-color css
<style>
a { background-color: #B2BFFC; }
a { background-color: rgb(178,191,252); }
div.DivClassName
{
background-color: #B2BFFC;
}
.BgClassName
{
background-color: #B2BFFC;
}
</style>
border-color css
<style>
span { border-color: #B2BFFC; }
span { border-color: rgb(178,191,252); }
td.TdClassName
{
border-color: #B2BFFC;
}
.TagClassName
{
border-color: #B2BFFC;
}
</style>