Html Css Color HEX #BEBFEB Lavender Grey

📋 copy color: '#BEBFEB'

red 190 ◦ green 191 ◦ blue 235

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

Shades of Lavender Grey #BEBFEB

Tints of Lavender Grey #BEBFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 31.01%

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 30.84%
G = 31.01%
B = 38.15%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEBFEB (or 0xBEBFEB) is known color: Lavender Grey. HEX triplet: BE, BF and EB. RGB value is (190,191,235). Sum of RGB (Red+Green+Blue) = 190+191+235=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEBFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFEB is #414014. Grayscale: #C3C3C3. Windows color (decimal): -4276245 or 15450046. OLE color: 15450046.

HSL color Cylindrical-coordinate representation of color #BEBFEB: hue angle of 238.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEBFEB is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 191 235 -
CMYK 0.19 0.19 0 0.08
HSL 238.67º 0.53% 0.83% -
HSV(B) 238.67º 0.19% 0.92% -
XYZ 54.86 54.21 86.17 -
YUV 195.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 190 191 235 0.19 0.19 0 0.08 238.67 0.53 0.83
Hex BE BF EB 13 13 0 8 EF 35 53
Octal 276 277 353 23 23 0 10 357 65 123
Binary 10111110 10111111 11101011 10011 10011 0 1000 11101111 110101 1010011

Color Harmonies of #BEBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBFEB

Black with #BEBFEB

Text Example


Text Example

White with #BEBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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