Shades of Perano #B4BCFD
Tints of Perano #B4BCFD
RGB
CMYK
RGB Variations
Color information
#B4BCFD (or 0xB4BCFD) is known color: Perano. HEX triplet: B4, BC and FD. RGB value is (180,188,253). Sum of RGB (Red+Green+Blue) = 180+188+253=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BCFD is #4B4302. Grayscale: #C0C0C0. Windows color (decimal): -4932355 or 16628916. OLE color: 16628916.
HSL color Cylindrical-coordinate representation of color #B4BCFD: hue angle of 233.42º 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 #B4BCFD is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 188 | 253 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.01 |
| HSL | 233.42º | 0.95% | 0.85% | - |
| HSV(B) | 233.42º | 0.29% | 0.99% | - |
| XYZ | 54.54 | 52.76 | 100.24 | - |
| YUV | 193.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 253 | 0.29 | 0.26 | 0 | 0.01 | 233.42 | 0.95 | 0.85 |
| Hex | B4 | BC | FD | 1D | 1A | 0 | 1 | E9 | 5F | 55 |
| Octal | 264 | 274 | 375 | 35 | 32 | 0 | 1 | 351 | 137 | 125 |
| Binary | 10110100 | 10111100 | 11111101 | 11101 | 11010 | 0 | 1 | 11101001 | 1011111 | 1010101 |
Color Harmonies of #B4BCFD
Complementary color
Monochromatic Colors of #B4BCFD
Black with #B4BCFD
Text Example
Text Example
White with #B4BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCFD; }
p { color: rgb(180,188,253); }
H1.HeaderClassName
{
color: #B4BCFD;
}
.AnyTagClassName
{
color: #B4BCFD;
}
</style>
background-color css
<style>
a { background-color: #B4BCFD; }
a { background-color: rgb(180,188,253); }
div.DivClassName
{
background-color: #B4BCFD;
}
.BgClassName
{
background-color: #B4BCFD;
}
</style>
border-color css
<style>
span { border-color: #B4BCFD; }
span { border-color: rgb(180,188,253); }
td.TdClassName
{
border-color: #B4BCFD;
}
.TagClassName
{
border-color: #B4BCFD;
}
</style>