Html Css Color HEX #BEBDD7 Lavender Grey

📋 copy color: '#BEBDD7'

red 190 ◦ green 189 ◦ blue 215

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

Shades of Lavender Grey #BEBDD7

Tints of Lavender Grey #BEBDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.2%

R = 31.99%
G = 31.82%
B = 36.2%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BEBDD7 (or 0xBEBDD7) is known color: Lavender Grey. HEX triplet: BE, BD and D7. RGB value is (190,189,215). Sum of RGB (Red+Green+Blue) = 190+189+215=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #BEBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDD7 is #414228. Grayscale: #C0C0C0. Windows color (decimal): -4276777 or 14138814. OLE color: 14138814.

HSL color Cylindrical-coordinate representation of color #BEBDD7: hue angle of 242.31º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEBDD7 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 189 215 -
CMYK 0.12 0.12 0 0.16
HSL 242.31º 0.25% 0.79% -
HSV(B) 242.31º 0.12% 0.84% -
XYZ 51.7 52.25 71.65 -
YUV 192.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 190 189 215 0.12 0.12 0 0.16 242.31 0.25 0.79
Hex BE BD D7 C C 0 10 F2 19 4F
Octal 276 275 327 14 14 0 20 362 31 117
Binary 10111110 10111101 11010111 1100 1100 0 10000 11110010 11001 1001111

Color Harmonies of #BEBDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDD7

Black with #BEBDD7

Text Example


Text Example

White with #BEBDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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