Html Css Color HEX #BEBDD0 Lavender Grey

📋 copy color: '#BEBDD0'

red 190 ◦ green 189 ◦ blue 208

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

Shades of Lavender Grey #BEBDD0

Tints of Lavender Grey #BEBDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.43%

R = 32.37%
G = 32.2%
B = 35.43%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEBDD0 (or 0xBEBDD0) is known color: Lavender Grey. HEX triplet: BE, BD and D0. RGB value is (190,189,208). Sum of RGB (Red+Green+Blue) = 190+189+208=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDD0 is #41422F. Grayscale: #BFBFBF. Windows color (decimal): -4276784 or 13680062. OLE color: 13680062.

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

Color convert

RGB 190 189 208 -
CMYK 0.09 0.09 0 0.18
HSL 243.16º 0.17% 0.78% -
HSV(B) 243.16º 0.09% 0.82% -
XYZ 50.82 51.9 67.01 -
YUV 191.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 190 189 208 0.09 0.09 0 0.18 243.16 0.17 0.78
Hex BE BD D0 9 9 0 12 F3 11 4E
Octal 276 275 320 11 11 0 22 363 21 116
Binary 10111110 10111101 11010000 1001 1001 0 10010 11110011 10001 1001110

Color Harmonies of #BEBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBDD0

Black with #BEBDD0

Text Example


Text Example

White with #BEBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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