Shades of Perano #B4C3F9
Tints of Perano #B4C3F9
RGB
CMYK
RGB Variations
Color information
#B4C3F9 (or 0xB4C3F9) is known color: Perano. HEX triplet: B4, C3 and F9. RGB value is (180,195,249). Sum of RGB (Red+Green+Blue) = 180+195+249=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4C3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C3F9 is #4B3C06. Grayscale: #C4C4C4. Windows color (decimal): -4930567 or 16368564. OLE color: 16368564.
HSL color Cylindrical-coordinate representation of color #B4C3F9: hue angle of 226.96º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4C3F9 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 195 | 249 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.02 |
| HSL | 226.96º | 0.85% | 0.84% | - |
| HSV(B) | 226.96º | 0.28% | 0.98% | - |
| XYZ | 55.44 | 55.57 | 97.43 | - |
| YUV | 196.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 195 | 249 | 0.28 | 0.22 | 0 | 0.02 | 226.96 | 0.85 | 0.84 |
| Hex | B4 | C3 | F9 | 1C | 16 | 0 | 2 | E3 | 55 | 54 |
| Octal | 264 | 303 | 371 | 34 | 26 | 0 | 2 | 343 | 125 | 124 |
| Binary | 10110100 | 11000011 | 11111001 | 11100 | 10110 | 0 | 10 | 11100011 | 1010101 | 1010100 |
Color Harmonies of #B4C3F9
Complementary color
Monochromatic Colors of #B4C3F9
Black with #B4C3F9
Text Example
Text Example
White with #B4C3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C3F9; }
p { color: rgb(180,195,249); }
H1.HeaderClassName
{
color: #B4C3F9;
}
.AnyTagClassName
{
color: #B4C3F9;
}
</style>
background-color css
<style>
a { background-color: #B4C3F9; }
a { background-color: rgb(180,195,249); }
div.DivClassName
{
background-color: #B4C3F9;
}
.BgClassName
{
background-color: #B4C3F9;
}
</style>
border-color css
<style>
span { border-color: #B4C3F9; }
span { border-color: rgb(180,195,249); }
td.TdClassName
{
border-color: #B4C3F9;
}
.TagClassName
{
border-color: #B4C3F9;
}
</style>