Shades of Perano #B4BFFD
Tints of Perano #B4BFFD
RGB
CMYK
RGB Variations
Color information
#B4BFFD (or 0xB4BFFD) is known color: Perano. HEX triplet: B4, BF and FD. RGB value is (180,191,253). Sum of RGB (Red+Green+Blue) = 180+191+253=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BFFD is #4B4002. Grayscale: #C2C2C2. Windows color (decimal): -4931587 or 16629684. OLE color: 16629684.
HSL color Cylindrical-coordinate representation of color #B4BFFD: hue angle of 230.96º 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 #B4BFFD is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 191 | 253 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.01 |
| HSL | 230.96º | 0.95% | 0.85% | - |
| HSV(B) | 230.96º | 0.29% | 0.99% | - |
| XYZ | 55.18 | 54.06 | 100.45 | - |
| YUV | 194.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 253 | 0.29 | 0.25 | 0 | 0.01 | 230.96 | 0.95 | 0.85 |
| Hex | B4 | BF | FD | 1D | 19 | 0 | 1 | E7 | 5F | 55 |
| Octal | 264 | 277 | 375 | 35 | 31 | 0 | 1 | 347 | 137 | 125 |
| Binary | 10110100 | 10111111 | 11111101 | 11101 | 11001 | 0 | 1 | 11100111 | 1011111 | 1010101 |
Color Harmonies of #B4BFFD
Complementary color
Monochromatic Colors of #B4BFFD
Black with #B4BFFD
Text Example
Text Example
White with #B4BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFFD; }
p { color: rgb(180,191,253); }
H1.HeaderClassName
{
color: #B4BFFD;
}
.AnyTagClassName
{
color: #B4BFFD;
}
</style>
background-color css
<style>
a { background-color: #B4BFFD; }
a { background-color: rgb(180,191,253); }
div.DivClassName
{
background-color: #B4BFFD;
}
.BgClassName
{
background-color: #B4BFFD;
}
</style>
border-color css
<style>
span { border-color: #B4BFFD; }
span { border-color: rgb(180,191,253); }
td.TdClassName
{
border-color: #B4BFFD;
}
.TagClassName
{
border-color: #B4BFFD;
}
</style>