Html Css Color HEX #BEB8E6 Lavender Grey

📋 copy color: '#BEB8E6'

red 190 ◦ green 184 ◦ blue 230

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

Shades of Lavender Grey #BEB8E6

Tints of Lavender Grey #BEB8E6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.46%

 BLUE value IS 230 (90.23% from 255) = 38.08%

R = 31.46%
G = 30.46%
B = 38.08%

CMYK

 C value IS 0.17

 M value IS 0.2

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BEB8E6 (or 0xBEB8E6) is known color: Lavender Grey. HEX triplet: BE, B8 and E6. RGB value is (190,184,230). Sum of RGB (Red+Green+Blue) = 190+184+230=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #BEB8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB8E6 is #414719. Grayscale: #BEBEBE. Windows color (decimal): -4278042 or 15120574. OLE color: 15120574.

HSL color Cylindrical-coordinate representation of color #BEB8E6: hue angle of 247.83º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEB8E6 is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 184 230 -
CMYK 0.17 0.2 0 0.10
HSL 247.83º 0.48% 0.81% -
HSV(B) 247.83º 0.2% 0.9% -
XYZ 52.66 50.94 81.92 -
YUV 191.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 190 184 230 0.17 0.2 0 0.10 247.83 0.48 0.81
Hex BE B8 E6 11 14 0 A F8 30 51
Octal 276 270 346 21 24 0 12 370 60 121
Binary 10111110 10111000 11100110 10001 10100 0 1010 11111000 110000 1010001

Color Harmonies of #BEB8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB8E6

Black with #BEB8E6

Text Example


Text Example

White with #BEB8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB8E6; }

 p { color: rgb(190,184,230); }

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

background-color css

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

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

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

border-color css

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

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

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