#BEBFF3

Color #BEBFF3 Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #BEBFF3

Tints of Lavender Blue #BEBFF3

Color information

#BEBFF3 (or 0xBEBFF3) is unknown color: approx Lavender Blue. HEX triplet: BE, BF and F3. RGB value is (190,191,243). Sum of RGB (Red+Green+Blue) = 190+191+243=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEBFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFF3 is #41400C. Grayscale: #C4C4C4. Windows color (decimal): -4276237 or 15974334. OLE color: 15974334.

HSL color Cylindrical-coordinate representation of color #BEBFF3: hue angle of 238.87º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEBFF3 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190191243-
CMYK0.220.2100.05
HSL238.87º68.83%84.9%-
HSV(B)238.87º21.81%95.29%-
XYZ56.0454.6892.39-
YUV196.63154.17123.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 243 (95.31% from 255) = 38.94%
R=30.45%
G=30.61%
B=38.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901912430.220.2100.05238.8768.8384.9
HexBEBFF3161505ef4555
Octal276277363262505357105125
Binary101111101011111111110011101101010101011110111110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFF3; }

 p { color: rgb(190,191,243); }

 H1.HeaderClassName
 {
   color: #BEBFF3;
 }
 .AnyTagClassName
 {
   color: #BEBFF3;
 }
</style>
background-color css

<style>
 a { background-color: #BEBFF3; }

 a { background-color: rgb(190,191,243); }

 div.DivClassName
 {
   background-color: #BEBFF3;
 }
 .BgClassName
 {
   background-color: #BEBFF3;
 }
</style>
border-color css

<style>
 span { border-color: #BEBFF3; }

 span { border-color: rgb(190,191,243); }

 td.TdClassName
 {
   border-color: #BEBFF3;
 }
 .TagClassName
 {
   border-color: #BEBFF3;
 }
</style>