Html Css Color HEX #BEBAF0 Lavender Grey

📋 copy color: '#BEBAF0'

red 190 ◦ green 186 ◦ blue 240

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

Shades of Lavender Grey #BEBAF0

Tints of Lavender Grey #BEBAF0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.19%

 BLUE value IS 240 (94.14% from 255) = 38.96%

R = 30.84%
G = 30.19%
B = 38.96%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEBAF0 (or 0xBEBAF0) is known color: Lavender Grey. HEX triplet: BE, BA and F0. RGB value is (190,186,240). Sum of RGB (Red+Green+Blue) = 190+186+240=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEBAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAF0 is #41450F. Grayscale: #C1C1C1. Windows color (decimal): -4277520 or 15776446. OLE color: 15776446.

HSL color Cylindrical-coordinate representation of color #BEBAF0: hue angle of 244.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEBAF0 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 186 240 -
CMYK 0.21 0.22 0 0.06
HSL 244.44º 0.64% 0.84% -
HSV(B) 244.44º 0.23% 0.94% -
XYZ 54.52 52.36 89.67 -
YUV 193.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 190 186 240 0.21 0.22 0 0.06 244.44 0.64 0.84
Hex BE BA F0 15 16 0 6 F4 40 54
Octal 276 272 360 25 26 0 6 364 100 124
Binary 10111110 10111010 11110000 10101 10110 0 110 11110100 1000000 1010100

Color Harmonies of #BEBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBAF0

Black with #BEBAF0

Text Example


Text Example

White with #BEBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBAF0; }

 p { color: rgb(190,186,240); }

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

background-color css

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

 a { background-color: rgb(190,186,240); }

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

border-color css

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

 span { border-color: rgb(190,186,240); }

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