Html Css Color HEX #BEBDD1 Lavender Grey

📋 copy color: '#BEBDD1'

red 190 ◦ green 189 ◦ blue 209

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

Shades of Lavender Grey #BEBDD1

Tints of Lavender Grey #BEBDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.54%

R = 32.31%
G = 32.14%
B = 35.54%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEBDD1 (or 0xBEBDD1) is known color: Lavender Grey. HEX triplet: BE, BD and D1. RGB value is (190,189,209). Sum of RGB (Red+Green+Blue) = 190+189+209=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDD1 is #41422E. Grayscale: #BFBFBF. Windows color (decimal): -4276783 or 13745598. OLE color: 13745598.

HSL color Cylindrical-coordinate representation of color #BEBDD1: hue angle of 243º degrees, saturation: 0.18, 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 #BEBDD1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 189 209 -
CMYK 0.09 0.10 0 0.18
HSL 243º 0.18% 0.78% -
HSV(B) 243º 0.1% 0.82% -
XYZ 50.94 51.95 67.66 -
YUV 191.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 190 189 209 0.09 0.10 0 0.18 243 0.18 0.78
Hex BE BD D1 9 A 0 12 F3 12 4E
Octal 276 275 321 11 12 0 22 363 22 116
Binary 10111110 10111101 11010001 1001 1010 0 10010 11110011 10010 1001110

Color Harmonies of #BEBDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDD1

Black with #BEBDD1

Text Example


Text Example

White with #BEBDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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