Shades of Perano #B4BCEF
Tints of Perano #B4BCEF
RGB
CMYK
RGB Variations
Color information
#B4BCEF (or 0xB4BCEF) is known color: Perano. HEX triplet: B4, BC and EF. RGB value is (180,188,239). Sum of RGB (Red+Green+Blue) = 180+188+239=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BCEF is #4B4310. Grayscale: #BFBFBF. Windows color (decimal): -4932369 or 15711412. OLE color: 15711412.
HSL color Cylindrical-coordinate representation of color #B4BCEF: hue angle of 231.86º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4BCEF is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 188 | 239 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.06 |
| HSL | 231.86º | 0.65% | 0.82% | - |
| HSV(B) | 231.86º | 0.25% | 0.94% | - |
| XYZ | 52.39 | 51.9 | 88.92 | - |
| YUV | 191.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 239 | 0.25 | 0.21 | 0 | 0.06 | 231.86 | 0.65 | 0.82 |
| Hex | B4 | BC | EF | 19 | 15 | 0 | 6 | E8 | 41 | 52 |
| Octal | 264 | 274 | 357 | 31 | 25 | 0 | 6 | 350 | 101 | 122 |
| Binary | 10110100 | 10111100 | 11101111 | 11001 | 10101 | 0 | 110 | 11101000 | 1000001 | 1010010 |
Color Harmonies of #B4BCEF
Complementary color
Monochromatic Colors of #B4BCEF
Black with #B4BCEF
Text Example
Text Example
White with #B4BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCEF; }
p { color: rgb(180,188,239); }
H1.HeaderClassName
{
color: #B4BCEF;
}
.AnyTagClassName
{
color: #B4BCEF;
}
</style>
background-color css
<style>
a { background-color: #B4BCEF; }
a { background-color: rgb(180,188,239); }
div.DivClassName
{
background-color: #B4BCEF;
}
.BgClassName
{
background-color: #B4BCEF;
}
</style>
border-color css
<style>
span { border-color: #B4BCEF; }
span { border-color: rgb(180,188,239); }
td.TdClassName
{
border-color: #B4BCEF;
}
.TagClassName
{
border-color: #B4BCEF;
}
</style>