Html Css Color HEX #BEBDE0 Lavender Grey

📋 copy color: '#BEBDE0'

red 190 ◦ green 189 ◦ blue 224

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

Shades of Lavender Grey #BEBDE0

Tints of Lavender Grey #BEBDE0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.34%

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 31.51%
G = 31.34%
B = 37.15%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEBDE0 (or 0xBEBDE0) is known color: Lavender Grey. HEX triplet: BE, BD and E0. RGB value is (190,189,224). Sum of RGB (Red+Green+Blue) = 190+189+224=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDE0 is #41421F. Grayscale: #C1C1C1. Windows color (decimal): -4276768 or 14728638. OLE color: 14728638.

HSL color Cylindrical-coordinate representation of color #BEBDE0: hue angle of 241.71º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBDE0 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 189 224 -
CMYK 0.15 0.16 0 0.12
HSL 241.71º 0.36% 0.81% -
HSV(B) 241.71º 0.16% 0.88% -
XYZ 52.89 52.72 77.91 -
YUV 193.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 190 189 224 0.15 0.16 0 0.12 241.71 0.36 0.81
Hex BE BD E0 F 10 0 C F2 24 51
Octal 276 275 340 17 20 0 14 362 44 121
Binary 10111110 10111101 11100000 1111 10000 0 1100 11110010 100100 1010001

Color Harmonies of #BEBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDE0

Black with #BEBDE0

Text Example


Text Example

White with #BEBDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBDE0; }

 p { color: rgb(190,189,224); }

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

background-color css

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

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

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

border-color css

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

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

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