Shades of Lavender Blue #BEBFF2
Tints of Lavender Blue #BEBFF2
RGB
CMYK
RGB Variations
Color information
#BEBFF2 (or 0xBEBFF2) is known color: Lavender Blue. HEX triplet: BE, BF and F2. RGB value is (190,191,242). Sum of RGB (Red+Green+Blue) = 190+191+242=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEBFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFF2 is #41400D. Grayscale: #C4C4C4. Windows color (decimal): -4276238 or 15908798. OLE color: 15908798.
HSL color Cylindrical-coordinate representation of color #BEBFF2: hue angle of 238.85º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEBFF2 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 191 | 242 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.05 |
| HSL | 238.85º | 0.67% | 0.85% | - |
| HSV(B) | 238.85º | 0.21% | 0.95% | - |
| XYZ | 55.89 | 54.62 | 91.6 | - |
| YUV | 196.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 242 | 0.21 | 0.21 | 0 | 0.05 | 238.85 | 0.67 | 0.85 |
| Hex | BE | BF | F2 | 15 | 15 | 0 | 5 | EF | 43 | 55 |
| Octal | 276 | 277 | 362 | 25 | 25 | 0 | 5 | 357 | 103 | 125 |
| Binary | 10111110 | 10111111 | 11110010 | 10101 | 10101 | 0 | 101 | 11101111 | 1000011 | 1010101 |
Color Harmonies of #BEBFF2
Complementary color
Monochromatic Colors of #BEBFF2
Black with #BEBFF2
Text Example
Text Example
White with #BEBFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFF2; }
p { color: rgb(190,191,242); }
H1.HeaderClassName
{
color: #BEBFF2;
}
.AnyTagClassName
{
color: #BEBFF2;
}
</style>
background-color css
<style>
a { background-color: #BEBFF2; }
a { background-color: rgb(190,191,242); }
div.DivClassName
{
background-color: #BEBFF2;
}
.BgClassName
{
background-color: #BEBFF2;
}
</style>
border-color css
<style>
span { border-color: #BEBFF2; }
span { border-color: rgb(190,191,242); }
td.TdClassName
{
border-color: #BEBFF2;
}
.TagClassName
{
border-color: #BEBFF2;
}
</style>