Html Css Color HEX #BEB5FF Lavender Blue

📋 copy color: '#BEB5FF'

red 190 ◦ green 181 ◦ blue 255

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

Shades of Lavender Blue #BEB5FF

Tints of Lavender Blue #BEB5FF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.91%

 BLUE value IS 255 (100% from 255) = 40.73%

R = 30.35%
G = 28.91%
B = 40.73%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEB5FF (or 0xBEB5FF) is known color: Lavender Blue. HEX triplet: BE, B5 and FF. RGB value is (190,181,255). Sum of RGB (Red+Green+Blue) = 190+181+255=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB5FF is #414A00. Grayscale: #BFBFBF. Windows color (decimal): -4278785 or 16758206. OLE color: 16758206.

HSL color Cylindrical-coordinate representation of color #BEB5FF: hue angle of 247.3º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEB5FF is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 181 255 -
CMYK 0.25 0.29 0 0
HSL 247.3º 1% 0.85% -
HSV(B) 247.3º 0.29% 1% -
XYZ 55.81 51.21 101.55 -
YUV 192.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 190 181 255 0.25 0.29 0 0 247.3 1 0.85
Hex BE B5 FF 19 1D 0 0 F7 64 55
Octal 276 265 377 31 35 0 0 367 144 125
Binary 10111110 10110101 11111111 11001 11101 0 0 11110111 1100100 1010101

Color Harmonies of #BEB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB5FF

Black with #BEB5FF

Text Example


Text Example

White with #BEB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB5FF; }

 p { color: rgb(190,181,255); }

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

background-color css

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

 a { background-color: rgb(190,181,255); }

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

border-color css

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

 span { border-color: rgb(190,181,255); }

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