Shades of Perano #B2BFF3
Tints of Perano #B2BFF3
RGB
CMYK
RGB Variations
Color information
#B2BFF3 (or 0xB2BFF3) is known color: Perano. HEX triplet: B2, BF and F3. RGB value is (178,191,243). Sum of RGB (Red+Green+Blue) = 178+191+243=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2BFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BFF3 is #4D400C. Grayscale: #C0C0C0. Windows color (decimal): -5062669 or 15974322. OLE color: 15974322.
HSL color Cylindrical-coordinate representation of color #B2BFF3: hue angle of 228º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2BFF3 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 191 | 243 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.05 |
| HSL | 228º | 0.73% | 0.83% | - |
| HSV(B) | 228º | 0.27% | 0.95% | - |
| XYZ | 53.17 | 53.2 | 92.26 | - |
| YUV | 193.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 243 | 0.27 | 0.21 | 0 | 0.05 | 228 | 0.73 | 0.83 |
| Hex | B2 | BF | F3 | 1B | 15 | 0 | 5 | E4 | 49 | 53 |
| Octal | 262 | 277 | 363 | 33 | 25 | 0 | 5 | 344 | 111 | 123 |
| Binary | 10110010 | 10111111 | 11110011 | 11011 | 10101 | 0 | 101 | 11100100 | 1001001 | 1010011 |
Color Harmonies of #B2BFF3
Complementary color
Monochromatic Colors of #B2BFF3
Black with #B2BFF3
Text Example
Text Example
White with #B2BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFF3; }
p { color: rgb(178,191,243); }
H1.HeaderClassName
{
color: #B2BFF3;
}
.AnyTagClassName
{
color: #B2BFF3;
}
</style>
background-color css
<style>
a { background-color: #B2BFF3; }
a { background-color: rgb(178,191,243); }
div.DivClassName
{
background-color: #B2BFF3;
}
.BgClassName
{
background-color: #B2BFF3;
}
</style>
border-color css
<style>
span { border-color: #B2BFF3; }
span { border-color: rgb(178,191,243); }
td.TdClassName
{
border-color: #B2BFF3;
}
.TagClassName
{
border-color: #B2BFF3;
}
</style>