Shades of Lavender Blue #BEC3F2
Tints of Lavender Blue #BEC3F2
RGB
CMYK
RGB Variations
Color information
#BEC3F2 (or 0xBEC3F2) is known color: Lavender Blue. HEX triplet: BE, C3 and F2. RGB value is (190,195,242). Sum of RGB (Red+Green+Blue) = 190+195+242=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEC3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC3F2 is #413C0D. Grayscale: #C6C6C6. Windows color (decimal): -4275214 or 15909822. OLE color: 15909822.
HSL color Cylindrical-coordinate representation of color #BEC3F2: hue angle of 234.23º 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 #BEC3F2 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 195 | 242 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.05 |
| HSL | 234.23º | 0.67% | 0.85% | - |
| HSV(B) | 234.23º | 0.21% | 0.95% | - |
| XYZ | 56.78 | 56.39 | 91.9 | - |
| YUV | 198.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 242 | 0.21 | 0.19 | 0 | 0.05 | 234.23 | 0.67 | 0.85 |
| Hex | BE | C3 | F2 | 15 | 13 | 0 | 5 | EA | 43 | 55 |
| Octal | 276 | 303 | 362 | 25 | 23 | 0 | 5 | 352 | 103 | 125 |
| Binary | 10111110 | 11000011 | 11110010 | 10101 | 10011 | 0 | 101 | 11101010 | 1000011 | 1010101 |
Color Harmonies of #BEC3F2
Complementary color
Monochromatic Colors of #BEC3F2
Black with #BEC3F2
Text Example
Text Example
White with #BEC3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC3F2; }
p { color: rgb(190,195,242); }
H1.HeaderClassName
{
color: #BEC3F2;
}
.AnyTagClassName
{
color: #BEC3F2;
}
</style>
background-color css
<style>
a { background-color: #BEC3F2; }
a { background-color: rgb(190,195,242); }
div.DivClassName
{
background-color: #BEC3F2;
}
.BgClassName
{
background-color: #BEC3F2;
}
</style>
border-color css
<style>
span { border-color: #BEC3F2; }
span { border-color: rgb(190,195,242); }
td.TdClassName
{
border-color: #BEC3F2;
}
.TagClassName
{
border-color: #BEC3F2;
}
</style>