Shades of Lavender Blue #BEBBF3
Tints of Lavender Blue #BEBBF3
RGB
CMYK
RGB Variations
Color information
#BEBBF3 (or 0xBEBBF3) is known color: Lavender Blue. HEX triplet: BE, BB and F3. RGB value is (190,187,243). Sum of RGB (Red+Green+Blue) = 190+187+243=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEBBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBBF3 is #41440C. Grayscale: #C2C2C2. Windows color (decimal): -4277261 or 15973310. OLE color: 15973310.
HSL color Cylindrical-coordinate representation of color #BEBBF3: hue angle of 243.21º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEBBF3 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 187 | 243 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.05 |
| HSL | 243.21º | 0.7% | 0.84% | - |
| HSV(B) | 243.21º | 0.23% | 0.95% | - |
| XYZ | 55.18 | 52.96 | 92.11 | - |
| YUV | 194.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 243 | 0.22 | 0.23 | 0 | 0.05 | 243.21 | 0.7 | 0.84 |
| Hex | BE | BB | F3 | 16 | 17 | 0 | 5 | F3 | 46 | 54 |
| Octal | 276 | 273 | 363 | 26 | 27 | 0 | 5 | 363 | 106 | 124 |
| Binary | 10111110 | 10111011 | 11110011 | 10110 | 10111 | 0 | 101 | 11110011 | 1000110 | 1010100 |
Color Harmonies of #BEBBF3
Complementary color
Monochromatic Colors of #BEBBF3
Black with #BEBBF3
Text Example
Text Example
White with #BEBBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBF3; }
p { color: rgb(190,187,243); }
H1.HeaderClassName
{
color: #BEBBF3;
}
.AnyTagClassName
{
color: #BEBBF3;
}
</style>
background-color css
<style>
a { background-color: #BEBBF3; }
a { background-color: rgb(190,187,243); }
div.DivClassName
{
background-color: #BEBBF3;
}
.BgClassName
{
background-color: #BEBBF3;
}
</style>
border-color css
<style>
span { border-color: #BEBBF3; }
span { border-color: rgb(190,187,243); }
td.TdClassName
{
border-color: #BEBBF3;
}
.TagClassName
{
border-color: #BEBBF3;
}
</style>