Shades of Perano #B4BDEF
Tints of Perano #B4BDEF
RGB
CMYK
RGB Variations
Color information
#B4BDEF (or 0xB4BDEF) is known color: Perano. HEX triplet: B4, BD and EF. RGB value is (180,189,239). Sum of RGB (Red+Green+Blue) = 180+189+239=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4BDEF is #4B4210. Grayscale: #BFBFBF. Windows color (decimal): -4932113 or 15711668. OLE color: 15711668.
HSL color Cylindrical-coordinate representation of color #B4BDEF: hue angle of 230.85º 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 #B4BDEF is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 189 | 239 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.06 |
| HSL | 230.85º | 0.65% | 0.82% | - |
| HSV(B) | 230.85º | 0.25% | 0.94% | - |
| XYZ | 52.6 | 52.33 | 88.99 | - |
| YUV | 192.01 | 154.52 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 239 | 0.25 | 0.21 | 0 | 0.06 | 230.85 | 0.65 | 0.82 |
| Hex | B4 | BD | EF | 19 | 15 | 0 | 6 | E7 | 41 | 52 |
| Octal | 264 | 275 | 357 | 31 | 25 | 0 | 6 | 347 | 101 | 122 |
| Binary | 10110100 | 10111101 | 11101111 | 11001 | 10101 | 0 | 110 | 11100111 | 1000001 | 1010010 |
Color Harmonies of #B4BDEF
Complementary color
Monochromatic Colors of #B4BDEF
Black with #B4BDEF
Text Example
Text Example
White with #B4BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BDEF; }
p { color: rgb(180,189,239); }
H1.HeaderClassName
{
color: #B4BDEF;
}
.AnyTagClassName
{
color: #B4BDEF;
}
</style>
background-color css
<style>
a { background-color: #B4BDEF; }
a { background-color: rgb(180,189,239); }
div.DivClassName
{
background-color: #B4BDEF;
}
.BgClassName
{
background-color: #B4BDEF;
}
</style>
border-color css
<style>
span { border-color: #B4BDEF; }
span { border-color: rgb(180,189,239); }
td.TdClassName
{
border-color: #B4BDEF;
}
.TagClassName
{
border-color: #B4BDEF;
}
</style>