Html Css Color HEX #BEB5FE Lavender Blue

📋 copy color: '#BEB5FE'

red 190 ◦ green 181 ◦ blue 254

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

Shades of Lavender Blue #BEB5FE

Tints of Lavender Blue #BEB5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.64%

R = 30.4%
G = 28.96%
B = 40.64%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEB5FE (or 0xBEB5FE) is known color: Lavender Blue. HEX triplet: BE, B5 and FE. RGB value is (190,181,254). Sum of RGB (Red+Green+Blue) = 190+181+254=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB5FE is #414A01. Grayscale: #BFBFBF. Windows color (decimal): -4278786 or 16692670. OLE color: 16692670.

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

Color convert

RGB 190 181 254 -
CMYK 0.25 0.29 0 0.00
HSL 247.4º 0.97% 0.85% -
HSV(B) 247.4º 0.29% 1% -
XYZ 55.65 51.15 100.71 -
YUV 192.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 190 181 254 0.25 0.29 0 0.00 247.4 0.97 0.85
Hex BE B5 FE 19 1D 0 0 F7 61 55
Octal 276 265 376 31 35 0 0 367 141 125
Binary 10111110 10110101 11111110 11001 11101 0 0 11110111 1100001 1010101

Color Harmonies of #BEB5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB5FE

Black with #BEB5FE

Text Example


Text Example

White with #BEB5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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