Html Css Color HEX #BEBEEB Lavender Grey

📋 copy color: '#BEBEEB'

red 190 ◦ green 190 ◦ blue 235

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

Shades of Lavender Grey #BEBEEB

Tints of Lavender Grey #BEBEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.89%

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

R = 30.89%
G = 30.89%
B = 38.21%

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

#BEBEEB (or 0xBEBEEB) is known color: Lavender Grey. HEX triplet: BE, BE and EB. RGB value is (190,190,235). Sum of RGB (Red+Green+Blue) = 190+190+235=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBEEB is #414114. Grayscale: #C2C2C2. Windows color (decimal): -4276501 or 15449790. OLE color: 15449790.

HSL color Cylindrical-coordinate representation of color #BEBEEB: hue angle of 240º 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 #BEBEEB is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 190 235 -
CMYK 0.19 0.19 0 0.08
HSL 240º 0.53% 0.83% -
HSV(B) 240º 0.19% 0.92% -
XYZ 54.64 53.77 86.1 -
YUV 195.13 150.5 124.34 -
System Red Green Blue C M Y K H S L
Decimal 190 190 235 0.19 0.19 0 0.08 240 0.53 0.83
Hex BE BE EB 13 13 0 8 F0 35 53
Octal 276 276 353 23 23 0 10 360 65 123
Binary 10111110 10111110 11101011 10011 10011 0 1000 11110000 110101 1010011

Color Harmonies of #BEBEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBEEB

Black with #BEBEEB

Text Example


Text Example

White with #BEBEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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