Shades of Lavender Blue #BEBFF6
Tints of Lavender Blue #BEBFF6
RGB
CMYK
RGB Variations
Color information
#BEBFF6 (or 0xBEBFF6) is known color: Lavender Blue. HEX triplet: BE, BF and F6. RGB value is (190,191,246). Sum of RGB (Red+Green+Blue) = 190+191+246=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEBFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFF6 is #414009. Grayscale: #C4C4C4. Windows color (decimal): -4276234 or 16170942. OLE color: 16170942.
HSL color Cylindrical-coordinate representation of color #BEBFF6: hue angle of 238.93º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEBFF6 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 191 | 246 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.04 |
| HSL | 238.93º | 0.76% | 0.85% | - |
| HSV(B) | 238.93º | 0.23% | 0.96% | - |
| XYZ | 56.5 | 54.86 | 94.8 | - |
| YUV | 196.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 246 | 0.23 | 0.22 | 0 | 0.04 | 238.93 | 0.76 | 0.85 |
| Hex | BE | BF | F6 | 17 | 16 | 0 | 4 | EF | 4C | 55 |
| Octal | 276 | 277 | 366 | 27 | 26 | 0 | 4 | 357 | 114 | 125 |
| Binary | 10111110 | 10111111 | 11110110 | 10111 | 10110 | 0 | 100 | 11101111 | 1001100 | 1010101 |
Color Harmonies of #BEBFF6
Complementary color
Monochromatic Colors of #BEBFF6
Black with #BEBFF6
Text Example
Text Example
White with #BEBFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFF6; }
p { color: rgb(190,191,246); }
H1.HeaderClassName
{
color: #BEBFF6;
}
.AnyTagClassName
{
color: #BEBFF6;
}
</style>
background-color css
<style>
a { background-color: #BEBFF6; }
a { background-color: rgb(190,191,246); }
div.DivClassName
{
background-color: #BEBFF6;
}
.BgClassName
{
background-color: #BEBFF6;
}
</style>
border-color css
<style>
span { border-color: #BEBFF6; }
span { border-color: rgb(190,191,246); }
td.TdClassName
{
border-color: #BEBFF6;
}
.TagClassName
{
border-color: #BEBFF6;
}
</style>