Html Css Color HEX #BEBCD3 Lavender Grey

📋 copy color: '#BEBCD3'

red 190 ◦ green 188 ◦ blue 211

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

Shades of Lavender Grey #BEBCD3

Tints of Lavender Grey #BEBCD3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.92%

 BLUE value IS 211 (82.81% from 255) = 35.82%

R = 32.26%
G = 31.92%
B = 35.82%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BEBCD3 (or 0xBEBCD3) is known color: Lavender Grey. HEX triplet: BE, BC and D3. RGB value is (190,188,211). Sum of RGB (Red+Green+Blue) = 190+188+211=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCD3 is #41432C. Grayscale: #BFBFBF. Windows color (decimal): -4277037 or 13876414. OLE color: 13876414.

HSL color Cylindrical-coordinate representation of color #BEBCD3: hue angle of 245.22º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEBCD3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 188 211 -
CMYK 0.10 0.11 0 0.17
HSL 245.22º 0.21% 0.78% -
HSV(B) 245.22º 0.11% 0.83% -
XYZ 50.98 51.62 68.9 -
YUV 191.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 190 188 211 0.10 0.11 0 0.17 245.22 0.21 0.78
Hex BE BC D3 A B 0 11 F5 15 4E
Octal 276 274 323 12 13 0 21 365 25 116
Binary 10111110 10111100 11010011 1010 1011 0 10001 11110101 10101 1001110

Color Harmonies of #BEBCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCD3

Black with #BEBCD3

Text Example


Text Example

White with #BEBCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCD3; }

 p { color: rgb(190,188,211); }

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

background-color css

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

 a { background-color: rgb(190,188,211); }

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

border-color css

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

 span { border-color: rgb(190,188,211); }

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