Shades of Perano #B4BBDF
Tints of Perano #B4BBDF
RGB
CMYK
RGB Variations
Color information
#B4BBDF (or 0xB4BBDF) is known color: Perano. HEX triplet: B4, BB and DF. RGB value is (180,187,223). Sum of RGB (Red+Green+Blue) = 180+187+223=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBDF is #4B4420. Grayscale: #BCBCBC. Windows color (decimal): -4932641 or 14662580. OLE color: 14662580.
HSL color Cylindrical-coordinate representation of color #B4BBDF: hue angle of 230.23º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4BBDF is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 187 | 223 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.13 |
| HSL | 230.23º | 0.4% | 0.79% | - |
| HSV(B) | 230.23º | 0.19% | 0.87% | - |
| XYZ | 49.91 | 50.57 | 76.94 | - |
| YUV | 189.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 223 | 0.19 | 0.16 | 0 | 0.13 | 230.23 | 0.4 | 0.79 |
| Hex | B4 | BB | DF | 13 | 10 | 0 | D | E6 | 28 | 4F |
| Octal | 264 | 273 | 337 | 23 | 20 | 0 | 15 | 346 | 50 | 117 |
| Binary | 10110100 | 10111011 | 11011111 | 10011 | 10000 | 0 | 1101 | 11100110 | 101000 | 1001111 |
Color Harmonies of #B4BBDF
Complementary color
Monochromatic Colors of #B4BBDF
Black with #B4BBDF
Text Example
Text Example
White with #B4BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBDF; }
p { color: rgb(180,187,223); }
H1.HeaderClassName
{
color: #B4BBDF;
}
.AnyTagClassName
{
color: #B4BBDF;
}
</style>
background-color css
<style>
a { background-color: #B4BBDF; }
a { background-color: rgb(180,187,223); }
div.DivClassName
{
background-color: #B4BBDF;
}
.BgClassName
{
background-color: #B4BBDF;
}
</style>
border-color css
<style>
span { border-color: #B4BBDF; }
span { border-color: rgb(180,187,223); }
td.TdClassName
{
border-color: #B4BBDF;
}
.TagClassName
{
border-color: #B4BBDF;
}
</style>