Html Css Color HEX #BEBEE8 Lavender Grey

📋 copy color: '#BEBEE8'

red 190 ◦ green 190 ◦ blue 232

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

Shades of Lavender Grey #BEBEE8

Tints of Lavender Grey #BEBEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.91%

R = 31.05%
G = 31.05%
B = 37.91%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEBEE8 (or 0xBEBEE8) is known color: Lavender Grey. HEX triplet: BE, BE and E8. RGB value is (190,190,232). Sum of RGB (Red+Green+Blue) = 190+190+232=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBEE8 is #414117. Grayscale: #C2C2C2. Windows color (decimal): -4276504 or 15253182. OLE color: 15253182.

HSL color Cylindrical-coordinate representation of color #BEBEE8: hue angle of 240º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEBEE8 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 190 232 -
CMYK 0.18 0.18 0 0.09
HSL 240º 0.48% 0.83% -
HSV(B) 240º 0.18% 0.91% -
XYZ 54.21 53.6 83.83 -
YUV 194.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 190 190 232 0.18 0.18 0 0.09 240 0.48 0.83
Hex BE BE E8 12 12 0 9 F0 30 53
Octal 276 276 350 22 22 0 11 360 60 123
Binary 10111110 10111110 11101000 10010 10010 0 1001 11110000 110000 1010011

Color Harmonies of #BEBEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBEE8

Black with #BEBEE8

Text Example


Text Example

White with #BEBEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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