Shades of Perano #B4BFE6
Tints of Perano #B4BFE6
RGB
CMYK
RGB Variations
Color information
#B4BFE6 (or 0xB4BFE6) is known color: Perano. HEX triplet: B4, BF and E6. RGB value is (180,191,230). Sum of RGB (Red+Green+Blue) = 180+191+230=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #B4BFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BFE6 is #4B4019. Grayscale: #BFBFBF. Windows color (decimal): -4931610 or 15122356. OLE color: 15122356.
HSL color Cylindrical-coordinate representation of color #B4BFE6: hue angle of 226.8º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4BFE6 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 191 | 230 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.10 |
| HSL | 226.8º | 0.5% | 0.8% | - |
| HSV(B) | 226.8º | 0.22% | 0.9% | - |
| XYZ | 51.74 | 52.68 | 82.3 | - |
| YUV | 192.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 230 | 0.22 | 0.17 | 0 | 0.10 | 226.8 | 0.5 | 0.8 |
| Hex | B4 | BF | E6 | 16 | 11 | 0 | A | E3 | 32 | 50 |
| Octal | 264 | 277 | 346 | 26 | 21 | 0 | 12 | 343 | 62 | 120 |
| Binary | 10110100 | 10111111 | 11100110 | 10110 | 10001 | 0 | 1010 | 11100011 | 110010 | 1010000 |
Color Harmonies of #B4BFE6
Complementary color
Monochromatic Colors of #B4BFE6
Black with #B4BFE6
Text Example
Text Example
White with #B4BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFE6; }
p { color: rgb(180,191,230); }
H1.HeaderClassName
{
color: #B4BFE6;
}
.AnyTagClassName
{
color: #B4BFE6;
}
</style>
background-color css
<style>
a { background-color: #B4BFE6; }
a { background-color: rgb(180,191,230); }
div.DivClassName
{
background-color: #B4BFE6;
}
.BgClassName
{
background-color: #B4BFE6;
}
</style>
border-color css
<style>
span { border-color: #B4BFE6; }
span { border-color: rgb(180,191,230); }
td.TdClassName
{
border-color: #B4BFE6;
}
.TagClassName
{
border-color: #B4BFE6;
}
</style>