Shades of Perano #B2ADFC
Tints of Perano #B2ADFC
RGB
CMYK
RGB Variations
Color information
#B2ADFC (or 0xB2ADFC) is known color: Perano. HEX triplet: B2, AD and FC. RGB value is (178,173,252). Sum of RGB (Red+Green+Blue) = 178+173+252=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADFC is #4D5203. Grayscale: #B7B7B7. Windows color (decimal): -5067268 or 16559538. OLE color: 16559538.
HSL color Cylindrical-coordinate representation of color #B2ADFC: hue angle of 243.8º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2ADFC is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 173 | 252 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.01 |
| HSL | 243.8º | 0.93% | 0.83% | - |
| HSV(B) | 243.8º | 0.31% | 0.99% | - |
| XYZ | 50.87 | 46.38 | 98.37 | - |
| YUV | 183.5 | 166.66 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 252 | 0.29 | 0.31 | 0 | 0.01 | 243.8 | 0.93 | 0.83 |
| Hex | B2 | AD | FC | 1D | 1F | 0 | 1 | F4 | 5D | 53 |
| Octal | 262 | 255 | 374 | 35 | 37 | 0 | 1 | 364 | 135 | 123 |
| Binary | 10110010 | 10101101 | 11111100 | 11101 | 11111 | 0 | 1 | 11110100 | 1011101 | 1010011 |
Color Harmonies of #B2ADFC
Complementary color
Monochromatic Colors of #B2ADFC
Black with #B2ADFC
Text Example
Text Example
White with #B2ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADFC; }
p { color: rgb(178,173,252); }
H1.HeaderClassName
{
color: #B2ADFC;
}
.AnyTagClassName
{
color: #B2ADFC;
}
</style>
background-color css
<style>
a { background-color: #B2ADFC; }
a { background-color: rgb(178,173,252); }
div.DivClassName
{
background-color: #B2ADFC;
}
.BgClassName
{
background-color: #B2ADFC;
}
</style>
border-color css
<style>
span { border-color: #B2ADFC; }
span { border-color: rgb(178,173,252); }
td.TdClassName
{
border-color: #B2ADFC;
}
.TagClassName
{
border-color: #B2ADFC;
}
</style>