Shades of Perano #B3BFFD
Tints of Perano #B3BFFD
RGB
CMYK
RGB Variations
Color information
#B3BFFD (or 0xB3BFFD) is known color: Perano. HEX triplet: B3, BF and FD. RGB value is (179,191,253). Sum of RGB (Red+Green+Blue) = 179+191+253=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BFFD is #4C4002. Grayscale: #C2C2C2. Windows color (decimal): -4997123 or 16629683. OLE color: 16629683.
HSL color Cylindrical-coordinate representation of color #B3BFFD: hue angle of 230.27º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3BFFD is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 191 | 253 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.01 |
| HSL | 230.27º | 0.95% | 0.85% | - |
| HSV(B) | 230.27º | 0.29% | 0.99% | - |
| XYZ | 54.95 | 53.94 | 100.44 | - |
| YUV | 194.48 | 161.02 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 253 | 0.29 | 0.25 | 0 | 0.01 | 230.27 | 0.95 | 0.85 |
| Hex | B3 | BF | FD | 1D | 19 | 0 | 1 | E6 | 5F | 55 |
| Octal | 263 | 277 | 375 | 35 | 31 | 0 | 1 | 346 | 137 | 125 |
| Binary | 10110011 | 10111111 | 11111101 | 11101 | 11001 | 0 | 1 | 11100110 | 1011111 | 1010101 |
Color Harmonies of #B3BFFD
Complementary color
Monochromatic Colors of #B3BFFD
Black with #B3BFFD
Text Example
Text Example
White with #B3BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BFFD; }
p { color: rgb(179,191,253); }
H1.HeaderClassName
{
color: #B3BFFD;
}
.AnyTagClassName
{
color: #B3BFFD;
}
</style>
background-color css
<style>
a { background-color: #B3BFFD; }
a { background-color: rgb(179,191,253); }
div.DivClassName
{
background-color: #B3BFFD;
}
.BgClassName
{
background-color: #B3BFFD;
}
</style>
border-color css
<style>
span { border-color: #B3BFFD; }
span { border-color: rgb(179,191,253); }
td.TdClassName
{
border-color: #B3BFFD;
}
.TagClassName
{
border-color: #B3BFFD;
}
</style>