Html Css Color HEX #BEBEEA Lavender Grey

📋 copy color: '#BEBEEA'

red 190 ◦ green 190 ◦ blue 234

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

Shades of Lavender Grey #BEBEEA

Tints of Lavender Grey #BEBEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 30.94%
G = 30.94%
B = 38.11%

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

#BEBEEA (or 0xBEBEEA) is known color: Lavender Grey. HEX triplet: BE, BE and EA. RGB value is (190,190,234). Sum of RGB (Red+Green+Blue) = 190+190+234=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBEEA is #414115. Grayscale: #C2C2C2. Windows color (decimal): -4276502 or 15384254. OLE color: 15384254.

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

Color convert

RGB 190 190 234 -
CMYK 0.19 0.19 0 0.08
HSL 240º 0.51% 0.83% -
HSV(B) 240º 0.19% 0.92% -
XYZ 54.5 53.71 85.34 -
YUV 195.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 190 190 234 0.19 0.19 0 0.08 240 0.51 0.83
Hex BE BE EA 13 13 0 8 F0 33 53
Octal 276 276 352 23 23 0 10 360 63 123
Binary 10111110 10111110 11101010 10011 10011 0 1000 11110000 110011 1010011

Color Harmonies of #BEBEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBEEA

Black with #BEBEEA

Text Example


Text Example

White with #BEBEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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