Shades of Perano #B4BFDF
Tints of Perano #B4BFDF
RGB
CMYK
RGB Variations
Color information
#B4BFDF (or 0xB4BFDF) is known color: Perano. HEX triplet: B4, BF and DF. RGB value is (180,191,223). Sum of RGB (Red+Green+Blue) = 180+191+223=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFDF is #4B4020. Grayscale: #BFBFBF. Windows color (decimal): -4931617 or 14663604. OLE color: 14663604.
HSL color Cylindrical-coordinate representation of color #B4BFDF: hue angle of 224.65º 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 #B4BFDF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 191 | 223 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.13 |
| HSL | 224.65º | 0.4% | 0.79% | - |
| HSV(B) | 224.65º | 0.19% | 0.87% | - |
| XYZ | 50.77 | 52.29 | 77.23 | - |
| YUV | 191.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 223 | 0.19 | 0.14 | 0 | 0.13 | 224.65 | 0.4 | 0.79 |
| Hex | B4 | BF | DF | 13 | E | 0 | D | E1 | 28 | 4F |
| Octal | 264 | 277 | 337 | 23 | 16 | 0 | 15 | 341 | 50 | 117 |
| Binary | 10110100 | 10111111 | 11011111 | 10011 | 1110 | 0 | 1101 | 11100001 | 101000 | 1001111 |
Color Harmonies of #B4BFDF
Complementary color
Monochromatic Colors of #B4BFDF
Black with #B4BFDF
Text Example
Text Example
White with #B4BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BFDF; }
p { color: rgb(180,191,223); }
H1.HeaderClassName
{
color: #B4BFDF;
}
.AnyTagClassName
{
color: #B4BFDF;
}
</style>
background-color css
<style>
a { background-color: #B4BFDF; }
a { background-color: rgb(180,191,223); }
div.DivClassName
{
background-color: #B4BFDF;
}
.BgClassName
{
background-color: #B4BFDF;
}
</style>
border-color css
<style>
span { border-color: #B4BFDF; }
span { border-color: rgb(180,191,223); }
td.TdClassName
{
border-color: #B4BFDF;
}
.TagClassName
{
border-color: #B4BFDF;
}
</style>