Shades of Perano #B3BCF2
Tints of Perano #B3BCF2
RGB
CMYK
RGB Variations
Color information
#B3BCF2 (or 0xB3BCF2) is known color: Perano. HEX triplet: B3, BC and F2. RGB value is (179,188,242). Sum of RGB (Red+Green+Blue) = 179+188+242=609 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.39% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #B3BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BCF2 is #4C430D. Grayscale: #BFBFBF. Windows color (decimal): -4997902 or 15908019. OLE color: 15908019.
HSL color Cylindrical-coordinate representation of color #B3BCF2: hue angle of 231.43º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3BCF2 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 188 | 242 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.05 |
| HSL | 231.43º | 0.71% | 0.83% | - |
| HSV(B) | 231.43º | 0.26% | 0.95% | - |
| XYZ | 52.6 | 51.96 | 91.26 | - |
| YUV | 191.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 242 | 0.26 | 0.22 | 0 | 0.05 | 231.43 | 0.71 | 0.83 |
| Hex | B3 | BC | F2 | 1A | 16 | 0 | 5 | E7 | 47 | 53 |
| Octal | 263 | 274 | 362 | 32 | 26 | 0 | 5 | 347 | 107 | 123 |
| Binary | 10110011 | 10111100 | 11110010 | 11010 | 10110 | 0 | 101 | 11100111 | 1000111 | 1010011 |
Color Harmonies of #B3BCF2
Complementary color
Monochromatic Colors of #B3BCF2
Black with #B3BCF2
Text Example
Text Example
White with #B3BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BCF2; }
p { color: rgb(179,188,242); }
H1.HeaderClassName
{
color: #B3BCF2;
}
.AnyTagClassName
{
color: #B3BCF2;
}
</style>
background-color css
<style>
a { background-color: #B3BCF2; }
a { background-color: rgb(179,188,242); }
div.DivClassName
{
background-color: #B3BCF2;
}
.BgClassName
{
background-color: #B3BCF2;
}
</style>
border-color css
<style>
span { border-color: #B3BCF2; }
span { border-color: rgb(179,188,242); }
td.TdClassName
{
border-color: #B3BCF2;
}
.TagClassName
{
border-color: #B3BCF2;
}
</style>