Shades of Perano #B6BEFF
Tints of Perano #B6BEFF
RGB
CMYK
RGB Variations
Color information
#B6BEFF (or 0xB6BEFF) is known color: Perano. HEX triplet: B6, BE and FF. RGB value is (182,190,255). Sum of RGB (Red+Green+Blue) = 182+190+255=627 (83% of max value = 765). Red value is 182 (71.48% from 255 or 29.03% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BEFF is #494100. Grayscale: #C2C2C2. Windows color (decimal): -4800769 or 16760502. OLE color: 16760502.
HSL color Cylindrical-coordinate representation of color #B6BEFF: hue angle of 233.42º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6BEFF is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 190 | 255 | - |
| CMYK | 0.29 | 0.25 | 0 | 0 |
| HSL | 233.42º | 1% | 0.86% | - |
| HSV(B) | 233.42º | 0.29% | 1% | - |
| XYZ | 55.75 | 53.99 | 102.09 | - |
| YUV | 195.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 190 | 255 | 0.29 | 0.25 | 0 | 0 | 233.42 | 1 | 0.86 |
| Hex | B6 | BE | FF | 1D | 19 | 0 | 0 | E9 | 64 | 56 |
| Octal | 266 | 276 | 377 | 35 | 31 | 0 | 0 | 351 | 144 | 126 |
| Binary | 10110110 | 10111110 | 11111111 | 11101 | 11001 | 0 | 0 | 11101001 | 1100100 | 1010110 |
Color Harmonies of #B6BEFF
Complementary color
Monochromatic Colors of #B6BEFF
Black with #B6BEFF
Text Example
Text Example
White with #B6BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BEFF; }
p { color: rgb(182,190,255); }
H1.HeaderClassName
{
color: #B6BEFF;
}
.AnyTagClassName
{
color: #B6BEFF;
}
</style>
background-color css
<style>
a { background-color: #B6BEFF; }
a { background-color: rgb(182,190,255); }
div.DivClassName
{
background-color: #B6BEFF;
}
.BgClassName
{
background-color: #B6BEFF;
}
</style>
border-color css
<style>
span { border-color: #B6BEFF; }
span { border-color: rgb(182,190,255); }
td.TdClassName
{
border-color: #B6BEFF;
}
.TagClassName
{
border-color: #B6BEFF;
}
</style>