Html Css Color HEX #BEBDD2 Lavender Grey

📋 copy color: '#BEBDD2'

red 190 ◦ green 189 ◦ blue 210

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

Shades of Lavender Grey #BEBDD2

Tints of Lavender Grey #BEBDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.65%

R = 32.26%
G = 32.09%
B = 35.65%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEBDD2 (or 0xBEBDD2) is known color: Lavender Grey. HEX triplet: BE, BD and D2. RGB value is (190,189,210). Sum of RGB (Red+Green+Blue) = 190+189+210=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDD2 is #41422D. Grayscale: #BFBFBF. Windows color (decimal): -4276782 or 13811134. OLE color: 13811134.

HSL color Cylindrical-coordinate representation of color #BEBDD2: hue angle of 242.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEBDD2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 189 210 -
CMYK 0.10 0.10 0 0.18
HSL 242.86º 0.19% 0.78% -
HSV(B) 242.86º 0.1% 0.82% -
XYZ 51.07 52 68.32 -
YUV 191.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 190 189 210 0.10 0.10 0 0.18 242.86 0.19 0.78
Hex BE BD D2 A A 0 12 F3 13 4E
Octal 276 275 322 12 12 0 22 363 23 116
Binary 10111110 10111101 11010010 1010 1010 0 10010 11110011 10011 1001110

Color Harmonies of #BEBDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDD2

Black with #BEBDD2

Text Example


Text Example

White with #BEBDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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