Shades of Perano #B2BDFC
Tints of Perano #B2BDFC
RGB
CMYK
RGB Variations
Color information
#B2BDFC (or 0xB2BDFC) is known color: Perano. HEX triplet: B2, BD and FC. RGB value is (178,189,252). Sum of RGB (Red+Green+Blue) = 178+189+252=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2BDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BDFC is #4D4203. Grayscale: #C0C0C0. Windows color (decimal): -5063172 or 16563634. OLE color: 16563634.
HSL color Cylindrical-coordinate representation of color #B2BDFC: hue angle of 231.08º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2BDFC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 189 | 252 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.01 |
| HSL | 231.08º | 0.93% | 0.84% | - |
| HSV(B) | 231.08º | 0.29% | 0.99% | - |
| XYZ | 54.13 | 52.89 | 99.45 | - |
| YUV | 192.89 | 161.36 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 252 | 0.29 | 0.25 | 0 | 0.01 | 231.08 | 0.93 | 0.84 |
| Hex | B2 | BD | FC | 1D | 19 | 0 | 1 | E7 | 5C | 54 |
| Octal | 262 | 275 | 374 | 35 | 31 | 0 | 1 | 347 | 134 | 124 |
| Binary | 10110010 | 10111101 | 11111100 | 11101 | 11001 | 0 | 1 | 11100111 | 1011100 | 1010100 |
Color Harmonies of #B2BDFC
Complementary color
Monochromatic Colors of #B2BDFC
Black with #B2BDFC
Text Example
Text Example
White with #B2BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDFC; }
p { color: rgb(178,189,252); }
H1.HeaderClassName
{
color: #B2BDFC;
}
.AnyTagClassName
{
color: #B2BDFC;
}
</style>
background-color css
<style>
a { background-color: #B2BDFC; }
a { background-color: rgb(178,189,252); }
div.DivClassName
{
background-color: #B2BDFC;
}
.BgClassName
{
background-color: #B2BDFC;
}
</style>
border-color css
<style>
span { border-color: #B2BDFC; }
span { border-color: rgb(178,189,252); }
td.TdClassName
{
border-color: #B2BDFC;
}
.TagClassName
{
border-color: #B2BDFC;
}
</style>