Html Css Color HEX #BEB4FA Lavender Blue

📋 copy color: '#BEB4FA'

red 190 ◦ green 180 ◦ blue 250

#BEB4FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #BEB4FA

Tints of Lavender Blue #BEB4FA

RGB

 RED value IS 190 (74.61% from 255) = 30.65%

 GREEN value IS 180 (70.7% from 255) = 29.03%

 BLUE value IS 250 (98.05% from 255) = 40.32%

R = 30.65%
G = 29.03%
B = 40.32%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEB4FA (or 0xBEB4FA) is known color: Lavender Blue. HEX triplet: BE, B4 and FA. RGB value is (190,180,250). Sum of RGB (Red+Green+Blue) = 190+180+250=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEB4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB4FA is #414B05. Grayscale: #BEBEBE. Windows color (decimal): -4279046 or 16430270. OLE color: 16430270.

HSL color Cylindrical-coordinate representation of color #BEB4FA: hue angle of 248.57º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEB4FA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 180 250 -
CMYK 0.24 0.28 0 0.02
HSL 248.57º 0.88% 0.84% -
HSV(B) 248.57º 0.28% 0.98% -
XYZ 54.81 50.49 97.3 -
YUV 190.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 190 180 250 0.24 0.28 0 0.02 248.57 0.88 0.84
Hex BE B4 FA 18 1C 0 2 F9 58 54
Octal 276 264 372 30 34 0 2 371 130 124
Binary 10111110 10110100 11111010 11000 11100 0 10 11111001 1011000 1010100

Color Harmonies of #BEB4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4FA

Black with #BEB4FA

Text Example


Text Example

White with #BEB4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4FA; }

 p { color: rgb(190,180,250); }

 H1.HeaderClassName
 {
   color: #BEB4FA;
 }
 .AnyTagClassName
 {
   color: #BEB4FA;
 }
</style>

background-color css

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

 a { background-color: rgb(190,180,250); }

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

border-color css

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

 span { border-color: rgb(190,180,250); }

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