Shades of Lavender Blue #BEBFF9
Tints of Lavender Blue #BEBFF9
RGB
CMYK
RGB Variations
Color information
#BEBFF9 (or 0xBEBFF9) is known color: Lavender Blue. HEX triplet: BE, BF and F9. RGB value is (190,191,249). Sum of RGB (Red+Green+Blue) = 190+191+249=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEBFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFF9 is #414006. Grayscale: #C5C5C5. Windows color (decimal): -4276231 or 16367550. OLE color: 16367550.
HSL color Cylindrical-coordinate representation of color #BEBFF9: hue angle of 238.98º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEBFF9 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 191 | 249 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.02 |
| HSL | 238.98º | 0.83% | 0.86% | - |
| HSV(B) | 238.98º | 0.24% | 0.98% | - |
| XYZ | 56.96 | 55.05 | 97.25 | - |
| YUV | 197.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 249 | 0.24 | 0.23 | 0 | 0.02 | 238.98 | 0.83 | 0.86 |
| Hex | BE | BF | F9 | 18 | 17 | 0 | 2 | EF | 53 | 56 |
| Octal | 276 | 277 | 371 | 30 | 27 | 0 | 2 | 357 | 123 | 126 |
| Binary | 10111110 | 10111111 | 11111001 | 11000 | 10111 | 0 | 10 | 11101111 | 1010011 | 1010110 |
Color Harmonies of #BEBFF9
Complementary color
Monochromatic Colors of #BEBFF9
Black with #BEBFF9
Text Example
Text Example
White with #BEBFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFF9; }
p { color: rgb(190,191,249); }
H1.HeaderClassName
{
color: #BEBFF9;
}
.AnyTagClassName
{
color: #BEBFF9;
}
</style>
background-color css
<style>
a { background-color: #BEBFF9; }
a { background-color: rgb(190,191,249); }
div.DivClassName
{
background-color: #BEBFF9;
}
.BgClassName
{
background-color: #BEBFF9;
}
</style>
border-color css
<style>
span { border-color: #BEBFF9; }
span { border-color: rgb(190,191,249); }
td.TdClassName
{
border-color: #BEBFF9;
}
.TagClassName
{
border-color: #BEBFF9;
}
</style>